Class XRInteractionUpdateOrder | XR Interaction Toolkit | 0.0.6-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class XRInteractionUpdateOrder

    The update order for MonoBehaviours 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
    Object
    XRInteractionUpdateOrder
    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public static class XRInteractionUpdateOrder

    Fields

    k_BeforeRenderOrder

    Declaration
    public const int k_BeforeRenderOrder = 100
    Field Value
    Type Description
    Int32

    k_ControllerInteractionManager

    Declaration
    public const int k_ControllerInteractionManager = -1000
    Field Value
    Type Description
    Int32

    k_ControllerRecorder

    Declaration
    public const int k_ControllerRecorder = -30000
    Field Value
    Type Description
    Int32

    k_Controllers

    Declaration
    public const int k_Controllers = -29999
    Field Value
    Type Description
    Int32

    k_Interactables

    Declaration
    public const int k_Interactables = -97
    Field Value
    Type Description
    Int32

    k_InteractionManager

    Declaration
    public const int k_InteractionManager = -100
    Field Value
    Type Description
    Int32

    k_Interactors

    Declaration
    public const int k_Interactors = -98
    Field Value
    Type Description
    Int32

    k_LineVisual

    Declaration
    public const int k_LineVisual = 100
    Field Value
    Type Description
    Int32

    k_XRUIPointer

    Declaration
    public const int k_XRUIPointer = -99
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX