You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Allow jumping to previous/next keyframe in animation player
This commit is contained in:
@@ -178,6 +178,7 @@ class AnimationPlayerEditor : public VBoxContainer {
|
||||
|
||||
void _select_anim_by_name(const String &p_anim);
|
||||
float _get_editor_step() const;
|
||||
void _go_to_nearest_keyframe(bool p_backward);
|
||||
void _play_pressed();
|
||||
void _play_from_pressed();
|
||||
void _play_bw_pressed();
|
||||
|
||||
Reference in New Issue
Block a user