This version of Unity is unsupported.

ISubsystem

interface in UnityEngine

Description

Interface implemented by both Subsystem and IntegratedSubsystem which provides control over the state of either.

Properties

runningWill 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.

Public Methods

DestroyDestroys this instance of a subsystem.
StartStarts an instance of a subsystem.
StopStops an instance of a subsystem.