Function Node.canProcess
Returns true
if the node can process while the scene tree is paused (see pauseMode
). Always returns true
if the scene tree is not paused, and false
if the node is not in the tree.
bool canProcess() nothrow @nogc const;