Class StandaloneSubsystem
Inheritance
StandaloneSubsystem
Assembly: Unity.AdaptivePerformance.Tests.Standalone.dll
public class StandaloneSubsystem : Subsystem, ISubsystem
Properties
Whether or not the subsystem is running.
Declaration
public override bool running { get; }
Property Value
Overrides
Methods
Declaration
protected override void OnDestroy()
Overrides
Starts an instance of a subsystem.
Declaration
public override void Start()
Overrides
Stops an instance of a subsystem.
Declaration
public override void Stop()
Overrides
Events
Declaration
public event Action destroyCalled
Event Type
Declaration
public event Action startCalled
Event Type
Declaration
public event Action stopCalled
Event Type
Implements