ISubsystem
Interface implemented by both Subsystem and IntegratedSubsystem which provides control over the state of either.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Interface
- Namespace: UnityEngine
- Assembly: UnityEngine.SubsystemsModule
public interface ISubsystem
Properties
Property | Description |
|---|---|
| running | Will be true if asking the subsytem to start was successful. False in the case that the subsystem has stopped, was asked to stop or has not been started yet. |