Class ARUpdateOrder | AR Foundation | 3.1.10
docs.unity3d.com
    Show / Hide Table of Contents

    Class ARUpdateOrder

    The update order for MonoBehaviours in ARFoundation.

    Inheritance
    Object
    ARUpdateOrder
    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    public static class ARUpdateOrder

    Fields

    k_Anchor

    The ARAnchorManager's update order. Should come after the ARAnchorManager.

    Declaration
    public const int k_Anchor = -2147483646
    Field Value
    Type Description
    Int32

    k_AnchorManager

    The ARAnchorManager's update order. Should come after the ARSession.

    Declaration
    public const int k_AnchorManager = -2147483647
    Field Value
    Type Description
    Int32

    k_CameraManager

    The ARCameraManager's update order. Should come after the ARSession.

    Declaration
    public const int k_CameraManager = -2147483647
    Field Value
    Type Description
    Int32

    k_EnvironmentProbe

    The AREnvironmentProbe's update order. Should come after the AREnvironmentProbeManager.

    Declaration
    public const int k_EnvironmentProbe = -2147483646
    Field Value
    Type Description
    Int32

    k_EnvironmentProbeManager

    The AREnvironmentProbeManager's update order. Should come after the ARSession.

    Declaration
    public const int k_EnvironmentProbeManager = -2147483647
    Field Value
    Type Description
    Int32

    k_Face

    The ARFace's update order. Should come after the ARFaceManager.

    Declaration
    public const int k_Face = -2147483646
    Field Value
    Type Description
    Int32

    k_FaceManager

    The ARFaceManager's update order. Should come after the ARSession.

    Declaration
    public const int k_FaceManager = -2147483647
    Field Value
    Type Description
    Int32

    k_InputManager

    The ARInputManager's update order. Should come after the ARSession.

    Declaration
    public const int k_InputManager = -2147483647
    Field Value
    Type Description
    Int32

    k_MeshManager

    The ARMeshManager's update order. Should come after the ARSession.

    Declaration
    public const int k_MeshManager = -2147483647
    Field Value
    Type Description
    Int32

    k_Participant

    The ARParticipant's update order. Should come after the ARParticipantManager.

    Declaration
    public const int k_Participant = -2147483646
    Field Value
    Type Description
    Int32

    k_ParticipantManager

    The ARParticipantManager's update order. Should come after the ARSession.

    Declaration
    public const int k_ParticipantManager = -2147483647
    Field Value
    Type Description
    Int32

    k_Plane

    The ARPlane's update order. Should come after the ARPlaneManager.

    Declaration
    public const int k_Plane = -2147483646
    Field Value
    Type Description
    Int32

    k_PlaneManager

    The ARPlaneManager's update order. Should come after the ARSession.

    Declaration
    public const int k_PlaneManager = -2147483647
    Field Value
    Type Description
    Int32

    k_PointCloud

    The ARPointCloud's update order. Should come after the ARPointCloudManager.

    Declaration
    public const int k_PointCloud = -2147483646
    Field Value
    Type Description
    Int32

    k_PointCloudManager

    The ARPointCloudManager's update order. Should come after the ARSession.

    Declaration
    public const int k_PointCloudManager = -2147483647
    Field Value
    Type Description
    Int32

    k_Session

    The ARSession's update order. Should come first.

    Declaration
    public const int k_Session = -2147483648
    Field Value
    Type Description
    Int32

    k_TrackedImage

    The ARTrackedImage's update order. Should come after the ARTrackedImageManager.

    Declaration
    public const int k_TrackedImage = -2147483646
    Field Value
    Type Description
    Int32

    k_TrackedImageManager

    The ARTrackedImageManager's update order. Should come after the ARSession.

    Declaration
    public const int k_TrackedImageManager = -2147483647
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 23 January 2021