Enum XRHandSubsystem.UpdateType
The timing of a hand update during a frame.
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
public enum XRHandSubsystem.UpdateType
Fields
Name | Description |
---|---|
BeforeRender | Corresponds to timing similar or close to UnityEngine.Application.onBeforeRender. |
Dynamic | Corresponds to timing similar or close to |