Class StandaloneSubsystem
Implements
Inherited Members
Namespace: UnityEngine.XR.Management.Tests.Standalone
Assembly: solution.dll
Syntax
public class StandaloneSubsystem : Subsystem, ISubsystem
Properties
Name | Description |
---|---|
running | Whether or not the subsystem is running. |
Methods
Name | Description |
---|---|
OnDestroy() | |
Start() | Starts an instance of a subsystem. |
Stop() | Stops an instance of a subsystem. |
Events
Name | Description |
---|---|
destroyCalled | |
startCalled | |
stopCalled |