Enum XRHandTrackingEvents.UpdateTypes
Flags enum that specifies which update type or types to send events for.
Namespace: UnityEngine.XR.Hands
Syntax
[Flags]
public enum UpdateTypes
Fields
Name | Description | Value |
---|---|---|
None | No update type. Will not send events. |
0 |
Dynamic | See Dynamic |
1 |
BeforeRender | See BeforeRender |
2 |