Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PauseState

Enumeration specifying the current pause state of the Editor. Additional Resources: PlayModeStateChange, EditorApplication.pauseStateChanged, EditorApplication.isPaused.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum PauseState

Fields

Value

Description

PausedOccurs as soon as the Editor is paused, which may occur during either edit mode or play mode.
UnpausedOccurs as soon as the Editor is unpaused, which may occur during either edit mode or play mode.