mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Entirely new (and much improved) animation editor.
This commit is contained in:
parent
3cd09cd943
commit
b659fd6d74
60 changed files with 11745 additions and 5177 deletions
|
|
@ -55,6 +55,8 @@ class EditorSpinSlider : public Range {
|
|||
|
||||
bool grabbing_spinner_attempt;
|
||||
bool grabbing_spinner;
|
||||
|
||||
bool read_only;
|
||||
Vector2 grabbing_spinner_mouse_pos;
|
||||
|
||||
LineEdit *value_input;
|
||||
|
|
@ -80,6 +82,9 @@ public:
|
|||
void set_hide_slider(bool p_hide);
|
||||
bool is_hiding_slider() const;
|
||||
|
||||
void set_read_only(bool p_enable);
|
||||
bool is_read_only() const;
|
||||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
EditorSpinSlider();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue