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