Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.

Methods

Method

Description

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