diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-02 12:13:00 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-02 12:13:00 +0200 |
commit | 77958499087699d54c76d0a841c534cac2d628c8 (patch) | |
tree | 312ae94248a50e18faeb0c675598303bd7b47adf /editor/animation_track_editor.h | |
parent | 0a7dfa1ef0df97ea1adf1e3954eae2b1b7eb7fc9 (diff) | |
parent | a7abbe5e9e2cc0319e10bb1f201dc360f660e427 (diff) | |
download | redot-engine-77958499087699d54c76d0a841c534cac2d628c8.tar.gz |
Merge pull request #96013 from passivestar/keyframe-navigation
Allow jumping to previous/next keyframe in animation player
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index a517ba8b43..516ddb0154 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -729,6 +729,7 @@ public: bool is_key_clipboard_active() const; bool is_moving_selection() const; bool is_snap_enabled() const; + bool is_bezier_editor_active() const; bool can_add_reset_key() const; float get_moving_selection_offset() const; float snap_time(float p_value, bool p_relative = false); |