Class XRHandAnalyticsFlags
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.
Inherited Members
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
public static class XRHandAnalyticsFlags
Properties
xrHandCustomGestureDebugActive
Will be set to true in the editor, in play mode, and analytics are enabled, if the XRHandShapeDebugUI was used.
Declaration
public static bool xrHandCustomGestureDebugActive { get; set; }
Property Value
Type | Description |
---|---|
bool |