1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +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:
Juan Linietsky
2018-08-07 12:19:19 -03:00
parent 6ffd2d3529
commit 254eb46de3
8 changed files with 151 additions and 55 deletions

View File

@@ -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;