API reference
API reference
Select your platform
No SDKs available
No versions available

OVRRuntimeSettings Class

This class serializes the settings used in the Meta Core SDK and are read at runtime.
When read, a single instance is created and can be accessed globally through OVRRuntimeSettings.InstanceOVRRuntimeSettings.Instance.

Properties

Sets the version of hand skeleton that will be used in hand tracking.
You can also use it to check which hand skeleton version is currently being used.
Access to the singleton instance of OVRRuntimeSettings.
This is cached when the settings are loaded, and is recommended over OVRRuntimeSettings.GetRuntimeSettings().
Sets if the app uses visuals as a data source for face tracking.
Also used to check if the app is requesting use of visual face tracking.
Sets if the app uses audio as a data source for face tracking.
Also used to check if the app is requesting use of audio face tracking.
bool EnableFaceTrackingVisemesOutput[Get]
string TelemetryProjectGuid[Get]
Sets the body tracking fidelity to either High or Low.
Can also be used to check which body tracking fidelity is currently being used.
Sets which kind of body joint set to use for body tracking.
Can also be used to check which body joint set is currently being used.

Fields

The color space that is used for the app and defaults to P3 color space.
For more information on color spaces on Quest devices, please refer to the documentation on color spaces.

Static Member Functions

Returns the OVRRuntimeSettings instance that contains the current settings that will be loaded at runtime.
We recommend using OVRRuntimeSettings.InstanceOVRRuntimeSettings.Instance to get the cached value.
Returns
Loaded OVRRuntimeSettings object.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon