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

Method is_physics_processing

scene/main/node.cpp:632–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632bool Node::is_physics_processing() const {
633 return data.physics_process;
634}
635
636void Node::set_physics_process_internal(bool p_process_internal) {
637 ERR_THREAD_GUARD

Callers 4

_process_groupMethod · 0.80
test_node.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected