SceneTreePaused Property |
If true, the SceneTree is paused. Doing so will have the following behavior:
- 2D and 3D physics will be stopped.
- _Process(Single), _PhysicsProcess(Single) and _Input(InputEvent) will not be called anymore in nodes.
Namespace: Godot