Automatically unfold sections of properties that someone else edited (no local info exists).

This commit is contained in:
Juan Linietsky
2018-10-29 17:38:51 -03:00
parent 4d9b8a98ba
commit 4761c6bb7b
7 changed files with 63 additions and 9 deletions

View File

@ -17,6 +17,8 @@ public:
void save_scene_folding(const Node *p_scene, const String &p_path);
void load_scene_folding(Node *p_scene, const String &p_path);
bool has_folding_data(const String &p_path);
EditorFolding();
};