ISubsystem

interface in UnityEngine

Cambiar al Manual

Descripción

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

Variables

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.

Funciones Públicas

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