Class VisionOSLoader
Manages the lifecycle of VisionOS subsystems.
Inherited Members
Namespace: UnityEngine .XR.VisionOS
Assembly: solution.dll
Syntax
public class VisionOSLoader : XRLoaderHelper
Properties
Name | Description |
---|---|
anchor |
The XRAnchor |
image |
The XRImage |
input |
The XRInput |
mesh |
The XRMesh |
plane |
The XRPlane |
session |
The XRSession |
Methods
Name | Description |
---|---|
Deinitialize() | Destroys each subsystem. |
Initialize() | Initializes the loader. |
Start() | This method does nothing for managed subsystems. Subsystems must be started individually. |
Stop() | This method does nothing for managed subsystems. Subsystems must be stopped individually. |