docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ARUpdateOrder

    The update order for MonoBehaviours in AR Foundation.

    Inheritance
    object
    ARUpdateOrder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.ARFoundation
    Assembly: Unity.XR.ARFoundation.dll
    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
    int

    k_AnchorManager

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

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

    k_BoundingBox

    The ARBoundingBox's update order. Should come after the ARBoundingBoxManager.

    Declaration
    public const int k_BoundingBox = -2147483646
    Field Value
    Type Description
    int

    k_BoundingBoxManager

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

    Declaration
    public const int k_BoundingBoxManager = -2147483647
    Field Value
    Type Description
    int

    k_CameraManager

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

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

    k_EnvironmentProbe

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

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

    k_EnvironmentProbeManager

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

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

    k_Face

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

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

    k_FaceManager

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

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

    k_HumanBody

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

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

    k_HumanBodyManager

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

    Declaration
    public const int k_HumanBodyManager = -2147483647
    Field Value
    Type Description
    int

    k_InputManager

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

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

    k_MeshManager

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

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

    k_OcclusionManager

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

    Declaration
    public const int k_OcclusionManager = -2147483647
    Field Value
    Type Description
    int

    k_Participant

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

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

    k_ParticipantManager

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

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

    k_Plane

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

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

    k_PlaneManager

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

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

    k_PointCloud

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

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

    k_PointCloudManager

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

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

    k_Raycast

    The ARRaycast's update order. Should come after the ARRaycastManager.

    Declaration
    public const int k_Raycast = -2147483646
    Field Value
    Type Description
    int

    k_RaycastManager

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

    Declaration
    public const int k_RaycastManager = -2147483647
    Field Value
    Type Description
    int

    k_Session

    The ARSession's update order. Should come first.

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

    k_TrackedImage

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

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

    k_TrackedImageManager

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

    Declaration
    public const int k_TrackedImageManager = -2147483647
    Field Value
    Type Description
    int

    k_TrackedObject

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

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

    k_TrackedObjectManager

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

    Declaration
    public const int k_TrackedObjectManager = -2147483647
    Field Value
    Type Description
    int
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)