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.

struct Node
@nogc nothrow const
bool
canProcess
()

Meta