Class ARUpdateOrder
The update order for MonoBehaviour
s in ARFoundation.
Namespace: UnityEngine.XR.ARFoundation
Syntax
public static class ARUpdateOrder : object
Fields
k_CameraManager
The ARCameraManager's update order. Should come after the ARSession.
Declaration
public const int k_CameraManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_EnvironmentProbe
The AREnvironmentProbe's update order. Should come after the AREnvironmentProbeManager.
Declaration
public const int k_EnvironmentProbe = null
Field Value
Type | Description |
---|---|
Int32 |
k_EnvironmentProbeManager
The AREnvironmentProbeManager's update order. Should come after the ARSession.
Declaration
public const int k_EnvironmentProbeManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_Face
The ARFace's update order. Should come after the ARFaceManager.
Declaration
public const int k_Face = null
Field Value
Type | Description |
---|---|
Int32 |
k_FaceManager
The ARFaceManager's update order. Should come after the ARSession.
Declaration
public const int k_FaceManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_InputManager
The ARInputManager's update order. Should come after the ARSession.
Declaration
public const int k_InputManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_MeshManager
The ARMeshManager's update order. Should come after the ARSession.
Declaration
public const int k_MeshManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_Plane
The ARPlane's update order. Should come after the ARPlaneManager.
Declaration
public const int k_Plane = null
Field Value
Type | Description |
---|---|
Int32 |
k_PlaneManager
The ARPlaneManager's update order. Should come after the ARSession.
Declaration
public const int k_PlaneManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_PointCloud
The ARPointCloud's update order. Should come after the ARPointCloudManager.
Declaration
public const int k_PointCloud = null
Field Value
Type | Description |
---|---|
Int32 |
k_PointCloudManager
The ARPointCloudManager's update order. Should come after the ARSession.
Declaration
public const int k_PointCloudManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_ReferencePoint
The ARReferencePointManager's update order. Should come after the ARReferencePointManager.
Declaration
public const int k_ReferencePoint = null
Field Value
Type | Description |
---|---|
Int32 |
k_ReferencePointManager
The ARReferencePointManager's update order. Should come after the ARSession.
Declaration
public const int k_ReferencePointManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_Session
The ARSession's update order. Should come first.
Declaration
public const int k_Session = null
Field Value
Type | Description |
---|---|
Int32 |
k_TrackedImage
The ARTrackedImage's update order. Should come after the ARTrackedImageManager.
Declaration
public const int k_TrackedImage = null
Field Value
Type | Description |
---|---|
Int32 |
k_TrackedImageManager
The ARTrackedImageManager's update order. Should come after the ARSession.
Declaration
public const int k_TrackedImageManager = null
Field Value
Type | Description |
---|---|
Int32 |
k_TrackedObject
The
Declaration
public const int k_TrackedObject = null
Field Value
Type | Description |
---|---|
Int32 |
k_TrackedObjectManager
The
Declaration
public const int k_TrackedObjectManager = null
Field Value
Type | Description |
---|---|
Int32 |