Node.PauseMode

Values

ValueMeaning
pauseModeInherit0

Inherits pause mode from the node's parent. For the root node, it is equivalent to constant PAUSE_MODE_STOP. Default.

pauseModeStop1

Stops processing when the SceneTree is paused.

pauseModeProcess2

Continue to process regardless of the SceneTree pause state.

Meta