Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Stop()

Stops an instance of a subsystem.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.SubsystemsModule
void Stop()

Remarks

Once the instance is stopped, the subsystem representing this instance is no longer active and should not consume performance.