Implement Quaternion Editor

This commit is contained in:
Silc Renew 2022-08-21 16:03:38 +09:00
parent 0c5f254956
commit 673c649adb
8 changed files with 165 additions and 12 deletions

View file

@ -110,6 +110,8 @@ public:
void set_flat(bool p_enable);
bool is_flat() const;
bool is_grabbing() const;
void setup_and_show() { _focus_entered(); }
LineEdit *get_line_edit();