Class SampleLoader
Sample loader implentation showing how to create simple loader.
NOTE: You have to rename this class to make it appear in the loader list for
XRManager.
Inheritance
System.Object
SampleLoader
Syntax
public class SampleLoader : XRLoaderHelper
Properties
Declaration
public XRInputSubsystem inputSubsystem { get; }
Property Value
| Type |
Description |
| XRInputSubsystem |
|
Methods
Deinitialize()
Declaration
public override bool Deinitialize()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Initialize()
Declaration
public override bool Initialize()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Start()
Declaration
public override bool Start()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Stop()
Declaration
public override bool Stop()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides