Node.PauseMode

Values

ValueMeaning
pauseModeInherit0

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

pauseModeStop1

Stop processing when the SceneTree is paused.

pauseModeProcess2

Continue to process regardless of the SceneTree pause state.

Meta