Class OpenXRLoaderBase
Base abstract class to hold common loader code.
Inherited Members
UnityEngine.XR.Management.XRLoaderHelper.CreateSubsystem<TDescriptor, TSubsystem>(System.Collections.Generic.List<TDescriptor>, System.String)
UnityEngine.XR.Management.XRLoaderHelper.CreateIntegratedSubsystem<TDescriptor, TSubsystem>(System.Collections.Generic.List<TDescriptor>, System.String)
UnityEngine.XR.Management.XRLoaderHelper.CreateStandaloneSubsystem<TDescriptor, TSubsystem>(System.Collections.Generic.List<TDescriptor>, System.String)
UnityEngine.XR.Management.XRLoaderHelper.WasAssignedToBuildTarget(UnityEditor.BuildTargetGroup)
UnityEngine.XR.Management.XRLoaderHelper.WasUnassignedFromBuildTarget(UnityEditor.BuildTargetGroup)
Namespace: UnityEngine.XR.OpenXR
Syntax
public class OpenXRLoaderBase : XRLoaderHelper
Methods
Deinitialize()
Declaration
public override bool Deinitialize()
Returns
Type | Description |
---|---|
Boolean | True if deinitialized, false otherwise. |
Overrides
Initialize()
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
Boolean | True if initialized, false otherwise. |
Overrides
Start()
See XRLoader.Start
Declaration
public override bool Start()
Returns
Type | Description |
---|---|
Boolean | True if started, false otherwise. |
Overrides
Stop()
See XRLoader.Stop
Declaration
public override bool Stop()
Returns
Type | Description |
---|---|
Boolean | True if stopped, false otherwise. |