Class XRHandAnalyticsData
This class is used to track the state of whether the XRHandShapeDebugUI was used during Play Mode. It is not intended to be used for anything else. Users do not need to use this class.
Inherited Members
Namespace: UnityEngine.XR.Hands.Analytics
Assembly: Unity.XR.Hands.dll
Syntax
public static class XRHandAnalyticsData
Properties
xrHandCustomGestureDebugActive
This flag will be set to true in Play Mode when analytics are enabled and XRHandShapeDebugUI is used.
Declaration
public static bool xrHandCustomGestureDebugActive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |