Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ set_disable_node_threading
Method
set_disable_node_threading
scene/main/scene_tree.cpp:2016–2018 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2014
#endif
2015
2016
void SceneTree::set_disable_node_threading(bool p_disable) {
2017
node_threading_disabled = p_disable;
2018
}
2019
2020
SceneTree::SceneTree() {
2021
if (singleton == nullptr) {
Callers
2
main.cpp
File · 0.80
_notification
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected