Values

Inherit

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

Stop

Stops processing when the godot.SceneTree is paused.

Process

Continue to process regardless of the godot.SceneTree pause state.