Function SceneTree.paused

If true, the SceneTree is paused. Doing so will have the following behavior: - 2D and 3D physics will be stopped. - Node.process, Node.physicsProcess and Node.input will not be called anymore in nodes.

bool paused() nothrow @property @nogc;

void paused (
  bool v
) nothrow @property @nogc;