mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Re-organize UI in the shader editor
This commit is contained in:
parent
4b36c0491e
commit
b983a05806
7 changed files with 153 additions and 18 deletions
|
|
@ -44,4 +44,5 @@ public:
|
|||
virtual bool is_unsaved() const = 0;
|
||||
virtual void save_external_data(const String &p_str = "") = 0;
|
||||
virtual void validate_script() = 0;
|
||||
virtual Control *get_top_bar() = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue