This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
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."],[],["The `gvr::Properties` class is a C++ wrapper for `gvr_properties`, inheriting from `gvr::WrapperBase`. Its core functionality is encapsulated in the `Get` function. This function, `Get(int32_t property_key, Value *value_out)`, retrieves a property value associated with a specified key. It uses `gvr_properties_get()` to perform the actual retrieval and returns a boolean indicating success or failure.\n"],null,[]]