Class StandaloneLoader
Inherited Members
Namespace: UnityEngine .XR.Management.Tests.Standalone
Assembly: solution.dll
Syntax
public class StandaloneLoader : XRLoaderHelper
Properties
Name | Description |
---|---|
de |
|
standalone |
|
started | |
stopped |
Methods
Name | Description |
---|---|
Deinitialize() | Override of Deinitialize() to provide for clearing the instance map.true If you override this method in your subclass, you must call the base implementation to allow the instance map tp be cleaned up correctly. |
Initialize() | Initialize the loader. This should initialize all subsystems to support the desired runtime setup this loader represents. This is the only method on XRLoader that Management uses to determine the active loader to use. If this
method returns true, Management locks this loader as the active If this method returns false, XRManager |
Start() | Ask loader to start all initialized subsystems. |
Stop() | Ask loader to stop all initialized subsystems. |