MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_physics_processing_internal

Method is_physics_processing_internal

scene/main/node.cpp:658–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658bool Node::is_physics_processing_internal() const {
659 return data.physics_process_internal;
660}
661
662void Node::set_process_mode(ProcessMode p_mode) {
663 ERR_THREAD_GUARD

Callers 3

_process_groupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected