mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
-Ability to open resources in the same window
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better
This commit is contained in:
parent
3183375135
commit
4b5227ff77
26 changed files with 598 additions and 321 deletions
|
|
@ -131,6 +131,10 @@ public:
|
|||
void _region_draw();
|
||||
void _region_input(const Ref<InputEvent> &p_input);
|
||||
void _scroll_changed(float);
|
||||
bool is_stylebox();
|
||||
bool is_atlas_texture();
|
||||
bool is_ninepatch();
|
||||
Sprite *get_sprite();
|
||||
|
||||
void edit(Object *p_obj);
|
||||
TextureRegionEditor(EditorNode *p_editor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue