Class ARUpdateOrder
The update order for MonoBehaviours in ARFoundation.
Inheritance
System.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 |
|---|---|
| System.Int32 |
k_InputManager
The ARInputManager's update order. Should come after the ARSession.
Declaration
public const int k_InputManager = -2147483647
Field Value
| Type | Description |
|---|---|
| System.Int32 |
k_Plane
The ARPlane's update order. Should come after the ARPlaneManager.
Declaration
public const int k_Plane = -2147483646
Field Value
| Type | Description |
|---|---|
| System.Int32 |
k_PlaneManager
The ARPlaneManager's update order. Should come after the ARSession.
Declaration
public const int k_PlaneManager = -2147483647
Field Value
| Type | Description |
|---|---|
| System.Int32 |
k_PointCloud
The ARPointCloud's update order. Should come after the ARPointCloudManager.
Declaration
public const int k_PointCloud = -2147483646
Field Value
| Type | Description |
|---|---|
| System.Int32 |
k_PointCloudManager
The ARPointCloudManager's update order. Should come after the ARSession.
Declaration
public const int k_PointCloudManager = -2147483647
Field Value
| Type | Description |
|---|---|
| System.Int32 |
k_ReferencePoint
The ARReferencePointManager's update order. Should come after the ARReferencePointManager.
Declaration
public const int k_ReferencePoint = -2147483646
Field Value
| Type | Description |
|---|---|
| System.Int32 |
k_ReferencePointManager
The ARReferencePointManager's update order. Should come after the ARSession.
Declaration
public const int k_ReferencePointManager = -2147483647
Field Value
| Type | Description |
|---|---|
| System.Int32 |
k_Session
The ARSession's update order. Should come first.
Declaration
public const int k_Session = -2147483648
Field Value
| Type | Description |
|---|---|
| System.Int32 |