Class ARKitLoader
Manages the lifecycle of ARKit subsystems.
Inherited Members
Namespace: UnityEngine .XR.ARKit
Assembly: solution.dll
Syntax
public class ARKitLoader : XRLoaderHelper
Properties
Name | Description |
---|---|
anchor |
The XRAnchor |
camera |
The XRCamera |
depth |
The XRDepth |
environment |
The XREnvironment |
face |
The XRFace |
human |
The XRHuman |
image |
The XRImage |
input |
The XRInput |
mesh |
The XRMesh |
object |
The XRObject |
occlusion |
The XROcclusion |
participant |
The XRParticipant |
plane |
The XRPlane |
raycast |
The XRRaycast |
session |
The XRSession |
Methods
Name | Description |
---|---|
Deinitialize() | Destroys each subsystem. |
Initialize() | Initializes the loader. |
Start() | This method does nothing. Subsystems must be started individually. |
Stop() | This method does nothing. Subsystems must be stopped individually. |