Class TestLoaderBase
Inherited Members
Namespace: Unity.XR.Management.TestPackage
Syntax
public class TestLoaderBase : XRLoaderHelper
Properties
inputSubsystem
Declaration
public StandaloneSubsystem inputSubsystem { get; }
Property Value
Type | Description |
---|---|
StandaloneSubsystem |
Methods
Deinitialize()
Implementaion of Deinitialize()
Declaration
public override bool Deinitialize()
Returns
Type | Description |
---|---|
Boolean | True if successful, false otherwise |
Overrides
Initialize()
Implementaion of Initialize()
Declaration
public override bool Initialize()
Returns
Type | Description |
---|---|
Boolean | True if successful, false otherwise |
Overrides
Start()
Implementaion of Start()
Declaration
public override bool Start()
Returns
Type | Description |
---|---|
Boolean | True if successful, false otherwise |
Overrides
Stop()
Implementaion of Stop()
Declaration
public override bool Stop()
Returns
Type | Description |
---|---|
Boolean | True if successful, false otherwise |