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

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

Meta