Class StandaloneSubsystem
Inheritance
StandaloneSubsystem
Syntax
public class StandaloneSubsystem : Subsystem, ISubsystem
Properties
running
Declaration
public override bool running { get; }
Property Value
Overrides
Methods
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
Start()
Declaration
public override void Start()
Overrides
Stop()
Declaration
public override void Stop()
Overrides
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