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