Class ARCoreLoader
Manages the lifecycle of ARCore subsystems.
Inherited Members
Namespace: UnityEngine.XR.ARCore
Assembly: solution.dll
Syntax
public class ARCoreLoader : XRLoaderHelper
Properties
| Name | Description |
|---|---|
| anchorSubsystem | The |
| cameraSubsystem | The |
| depthSubsystem | The XRDepthSubsystem whose lifecycle is managed by this loader. This field is obsolete. Use pointCloudSubsystem instead. |
| environmentProbeSubsystem | The |
| faceSubsystem | The |
| imageTrackingSubsystem | The |
| inputSubsystem | The |
| occlusionSubsystem | The |
| planeSubsystem | The |
| pointCloudSubsystem | The |
| raycastSubsystem | The |
| sessionSubsystem | The |
Methods
| Name | Description |
|---|---|
| Deinitialize() | Destroys each subsystem. |
| Initialize() | Initializes the loader. |
| Start() | Starts all subsystems. |
| Stop() | Stops all subsystems. |