mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Several improvements to inspector.
-Added optional horizontal/vertical modes for vector editing (default false for vec2, true for vec3) -Some clean ups with fonts and styles
This commit is contained in:
parent
6ffd2d3529
commit
254eb46de3
8 changed files with 151 additions and 55 deletions
|
|
@ -82,6 +82,8 @@ protected:
|
|||
void _focus_entered();
|
||||
|
||||
public:
|
||||
String get_tooltip(const Point2 &p_pos) const;
|
||||
|
||||
String get_text_value() const;
|
||||
void set_label(const String &p_label);
|
||||
String get_label() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue