1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Show visual notice for visibility on Scene Dock

This commit is contained in:
volzhs
2016-12-28 22:12:08 +09:00
parent 792ff11642
commit f33e21e7af
4 changed files with 28 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ class SceneTreeEditor : public Control {
void _update_selection(TreeItem *item);
void _node_script_changed(Node *p_node);
void _node_visibility_changed(Node *p_node);
void _update_visibility_color(Node *p_node, TreeItem *p_item);
void _subscene_option(int p_idx);
void _node_replace_owner(Node* p_base,Node* p_node,Node* p_root);