Class OpenXRLoaderBase
Base abstract class to hold common loader code.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
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.Start
Declaration
public override bool Start()
Returns
Type | Description |
---|---|
bool | True if started, false otherwise. |
Overrides
Stop()
See XRLoader.Stop
Declaration
public override bool Stop()
Returns
Type | Description |
---|---|
bool | True if stopped, false otherwise. |