Class ARUpdateOrder
The update order for MonoBehaviour
s in AR Foundation.
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public static class ARUpdateOrder
Fields
Name | Description |
---|---|
k_Anchor | The ARAnchorManager's update order. Should come after the ARAnchorManager. |
k_AnchorManager | The ARAnchorManager's update order. Should come after the ARSession. |
k_CameraManager | The ARCameraManager's update order. Should come after the ARSession. |
k_EnvironmentProbe | The AREnvironmentProbe's update order. Should come after the AREnvironmentProbeManager. |
k_EnvironmentProbeManager | The AREnvironmentProbeManager's update order. Should come after the ARSession. |
k_Face | The ARFace's update order. Should come after the ARFaceManager. |
k_FaceManager | The ARFaceManager's update order. Should come after the ARSession. |
k_HumanBody | The ARHumanBody's update order. Should come after the ARHumanBodyManager. |
k_HumanBodyManager | The ARHumanBodyManager's update order. Should come after the ARSession. |
k_InputManager | The ARInputManager's update order. Should come after the ARSession. |
k_MeshManager | The ARMeshManager's update order. Should come after the ARSession. |
k_OcclusionManager | The AROcclusionManager's update order. Should come after the ARSession. |
k_Participant | The ARParticipant's update order. Should come after the ARParticipantManager. |
k_ParticipantManager | The ARParticipantManager's update order. Should come after the ARSession. |
k_Plane | The ARPlane's update order. Should come after the ARPlaneManager. |
k_PlaneManager | The ARPlaneManager's update order. Should come after the ARSession. |
k_PointCloud | The ARPointCloud's update order. Should come after the ARPointCloudManager. |
k_PointCloudManager | The ARPointCloudManager's update order. Should come after the ARSession. |
k_Raycast | The ARRaycast's update order. Should come after the ARRaycastManager. |
k_RaycastManager | The ARRaycastManager's update order. Should come after the ARSession. |
k_Session | The ARSession's update order. Should come first. |
k_TrackedImage | The ARTrackedImage's update order. Should come after the ARTrackedImageManager. |
k_TrackedImageManager | The ARTrackedImageManager's update order. Should come after the ARSession. |
k_TrackedObject | The ARTrackedObject's update order. Should come after the ARTrackedObjectManager. |
k_TrackedObjectManager | The ARTrackedObjectManager's update order. Should come after the ARSession. |