Class ARUpdateOrder
The update order for MonoBehaviour
s in AR Foundation.
Inherited Members
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_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_OcclusionManager
The AROcclusionManager's update order. Should come after the ARSession.
Declaration
public const int k_OcclusionManager = -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_Raycast
The ARRaycast's update order. Should come after the ARRaycastManager.
Declaration
public const int k_Raycast = -2147483646
Field Value
Type | Description |
---|---|
Int32 |
k_RaycastManager
The ARRaycastManager's update order. Should come after the ARSession.
Declaration
public const int k_RaycastManager = -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 |