-New inspector.
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
This commit is contained in:
@ -275,7 +275,7 @@ public:
|
||||
|
||||
String get_selected_path() const;
|
||||
|
||||
Tree *get_scene_tree();
|
||||
Tree *get_property_tree();
|
||||
Label *get_top_label();
|
||||
void hide_top_label();
|
||||
void update_tree();
|
||||
@ -309,6 +309,7 @@ public:
|
||||
|
||||
void collapse_all_folding();
|
||||
void expand_all_folding();
|
||||
|
||||
PropertyEditor();
|
||||
~PropertyEditor();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user