Enum XRInteractionUpdateOrder.UpdatePhase
The phase in which updates happen.
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public enum UpdatePhase
Fields
Name | Description | Value |
---|---|---|
Fixed | Frame-rate independent. Corresponds with the |
0 |
Dynamic | Called every frame. Corresponds with the |
1 |
Late | Called at the end of every frame. Corresponds with the |
2 |
OnBeforeRender | Called just before render. Corresponds with the UnityEngine.Application.onBeforeRender callback. |
3 |