Enum XRInteractionUpdateOrder.UpdatePhase
The phase in which updates happen.
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public enum UpdatePhase
Fields
Name | Description | Value |
---|---|---|
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. |