Node.setProcess

Enables or disables processing. When a node is being processed, it will receive a constant NOTIFICATION_PROCESS on every drawn frame (and the _process callback will be called if exists). Enabled automatically if _process is overridden. Any calls to this before _ready will be ignored.

struct Node
@nogc nothrow
void
setProcess
(
in bool enable
)

Meta