Function 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.

void setProcess (
  const(bool) enable
) nothrow @nogc;