Class StandaloneSubsystem
Inheritance
StandaloneSubsystem
Syntax
public class StandaloneSubsystem : Subsystem
Properties
running
Declaration
public override bool running { get; }
Property Value
Methods
Destroy()
Declaration
public override void Destroy()
Start()
Declaration
public override void Start()
Stop()
Declaration
public override void Stop()
Events
destroyCalled
Declaration
public event Action destroyCalled
Event Type
startCalled
Declaration
public event Action startCalled
Event Type
stopCalled
Declaration
public event Action stopCalled
Event Type