Class OpenXRLoaderBase
Base abstract class to hold common loader code.
Inherited Members
Namespace: UnityEngine .XR.OpenXR
Assembly: Unity.XR.OpenXR.dll
Syntax
[XRSupportedBuildTarget(BuildTargetGroup.Unknown)]
public class OpenXRLoaderBase : XRLoaderHelper
Methods
Deinitialize()
Declaration
public override bool Deinitialize()
Returns
Type | Description |
---|---|
bool | True if deinitialized, false otherwise. |
Overrides
Initialize()
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
bool | True if initialized, false otherwise. |
Overrides
Start()
See XRLoader.
Declaration
public override bool Start()
Returns
Type | Description |
---|---|
bool | True if started, false otherwise. |
Overrides
Stop()
See XRLoader.
Declaration
public override bool Stop()
Returns
Type | Description |
---|---|
bool | True if stopped, false otherwise. |