The update order for MonoBehaviour
s in XRInteraction.
This is primarily used to control initialization order as the update of interactors / interaction manager / interactables is handled by the
Interaction managers themselves.
In this case, we want the OnAwake of the interaction manager to occur first. then
Inheritance
XRInteractionUpdateOrder
public static class XRInteractionUpdateOrder
Fields
Declaration
public const int k_BeforeRenderOrder = 100
Field Value
Declaration
public const int k_ControllerInteractionManager = -1000
Field Value
Declaration
public const int k_ControllerRecorder = -30000
Field Value
Declaration
public const int k_Controllers = -29999
Field Value
Declaration
public const int k_Interactables = -97
Field Value
Declaration
public const int k_InteractionManager = -100
Field Value
Declaration
public const int k_Interactors = -98
Field Value
Declaration
public const int k_LineVisual = 100
Field Value
Declaration
public const int k_XRUIPointer = -99
Field Value