mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Improve editor state persistence
This commit is contained in:
@@ -156,9 +156,9 @@ public:
|
||||
void copy_object_params(Object *p_object);
|
||||
void paste_object_params(Object *p_object);
|
||||
|
||||
Dictionary get_editor_states() const;
|
||||
Dictionary get_editor_plugin_states() const;
|
||||
Dictionary get_scene_editor_states(int p_idx) const;
|
||||
void set_editor_states(const Dictionary &p_states);
|
||||
void set_editor_plugin_states(const Dictionary &p_states);
|
||||
void get_editor_breakpoints(List<String> *p_breakpoints);
|
||||
void clear_editor_states();
|
||||
void save_editor_external_data();
|
||||
|
||||
Reference in New Issue
Block a user