Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SubsystemWithProvider.running

public bool running;

Description

Whether or not the subsystem is running.

This returns true after Start has been called on the subsystem, and false after Stop is called.