Enum OpenXRFeature.StatFlags
Flags that control various options and behaviors on registered stats.
Namespace: UnityEngine.XR.OpenXR.Features
Assembly: Unity.XR.OpenXR.dll
Syntax
[Flags]
protected enum OpenXRFeature.StatFlags
Fields
Name | Description |
---|---|
All | Stat will have all special options and behaviors |
ClearOnUpdate | Stat will clear to 0.0f at the beginning of every frame |
StatOptionNone | Stat will have no special options or behaviors |