Function Node.setProcessInternal
Enables or disabled internal processing for this node. Internal processing happens in isolation from the normal process
calls and is used by some nodes internally to guarantee proper functioning even if the node is paused or processing is disabled for scripting (setProcess
). Only useful for advanced uses to manipulate built-in nodes' behaviour.
void setProcessInternal
(
const(bool) enable
) nothrow @nogc;