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' behavior. Warning: Built-in Nodes rely on the internal processing for their own logic, so changing this value from your code may lead to unexpected behavior. Script access to this internal logic is provided for specific advanced uses, but is unsafe and not supported.

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

Meta