Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


running

Whether or not the subsystem is running. This returns true after Start has been called on the subsystem, and false after Stop is called.
Read time 1 minuteLast updated 12 days ago

Definition

public bool running { get; }