Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
632
bool Node::is_physics_processing() const {
633
return data.physics_process;
634
}
635
636
void Node::set_physics_process_internal(bool p_process_internal) {
637
ERR_THREAD_GUARD
Callers
4
_process_group
Method · 0.80
_remove_node_from_process_group
Method · 0.80
_add_node_to_process_group
Method · 0.80
test_node.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected