You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user