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