This site has been permanently archived. The content on this site was last updated in 2019.
gvr::Properties
#include <gvr.h>
Convenience C++ wrapper for gvr_properties.
Summary
Inheritance
Inherits from:
gvr::WrapperBase< const gvr_properties >
Public functions
|
Get(int32_t property_key, Value *value_out) const
|
bool
|
Public functions
Get
bool Get(
int32_t property_key,
Value *value_out
) const
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["`gvr::Properties` is a C++ wrapper that simplifies interaction with `gvr_properties` for easier VR development."],["It inherits functionalities from `gvr::WrapperBase\u003cconst gvr_properties\u003e`, providing a base for property management."],["The primary function, `Get`, allows retrieval of property values based on a provided key, utilizing the underlying `gvr_properties_get()` for its implementation."]]],["`gvr::Properties` is a C++ wrapper for `gvr_properties`, inheriting from `gvr::WrapperBase`. It provides a `Get` function to retrieve property values. `Get` takes an `int32_t` `property_key` and a `Value` pointer as input. It then retrieves a value based on the given key. The function is based on and provides access to the underlying `gvr_properties_get()` function from the gvr library.\n"]]