Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ is_displayed_folded
Method
is_displayed_folded
scene/main/node.cpp:3579–3581 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3577
}
3578
3579
bool Node::is_displayed_folded() const {
3580
return data.display_folded;
3581
}
3582
3583
bool Node::is_ready() const {
3584
return !data.ready_first;
Callers
4
get_scene_editor_data_for_node
Method · 0.80
_update_node
Method · 0.80
_fill_folds
Method · 0.80
_has_visible_children
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected