Function SceneTree.paused
If true
, the SceneTree
is paused. Doing so will have the following behavior:
- 2D and 3D physics will be stopped.
- Node
, Node
and Node
will not be called anymore in nodes.
bool paused() nothrow @property @nogc;
void paused
(
bool v
) nothrow @property @nogc;