Class ARUpdateOrder | AR Foundation | 2.2.0-preview.6
docs.unity.cn
    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_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_HumanBody

    The ARHumanBody's update order. Should come after the ARHumanBodyManager.

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

    k_HumanBodyManager

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

    Declaration
    public const int k_HumanBodyManager = -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_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_ReferencePoint

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

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

    k_ReferencePointManager

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

    Declaration
    public const int k_ReferencePointManager = -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

    k_TrackedObject

    The ARTrackedObject's update order. Should come after the ARTrackedObjectManager.

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

    k_TrackedObjectManager

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

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