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.
Inherited Members
Namespace: Samples
Syntax
public class SampleLoader : XRLoaderHelper
Properties
inputSubsystem
Return the currently active Input Subsystem intance, if any.
Declaration
public XRInputSubsystem inputSubsystem { get; }
Property Value
Type | Description |
---|---|
XRInputSubsystem |
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 |