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