Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
658
bool Node::is_physics_processing_internal() const {
659
return data.physics_process_internal;
660
}
661
662
void Node::set_process_mode(ProcessMode p_mode) {
663
ERR_THREAD_GUARD
Callers
3
_process_group
Method · 0.80
_remove_node_from_process_group
Method · 0.80
_add_node_to_process_group
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected