diff options
author | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-08-23 23:04:03 +0400 |
---|---|---|
committer | passivestar <60579014+passivestar@users.noreply.github.com> | 2024-09-01 04:57:58 +0400 |
commit | a7abbe5e9e2cc0319e10bb1f201dc360f660e427 (patch) | |
tree | 4a669507fb85cdad618738bc315fc95c3dd991fa /editor/animation_track_editor.h | |
parent | a1acd38c35781181cde726b039eb8a9a0b6aa79f (diff) | |
download | redot-engine-a7abbe5e9e2cc0319e10bb1f201dc360f660e427.tar.gz |
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 59ee6535ac..e2bb308709 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); |