Node.setPhysicsProcessInternal

Enables or disables internal physics for this node. Internal physics processing happens in isolation from the normal _physicsProcess calls and is used by some nodes internally to guarantee proper functioning even if the node is paused or physics processing is disabled for scripting (setPhysicsProcess). 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
setPhysicsProcessInternal
(
in bool enable
)

Meta