1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Update AnimationPlayer in real-time when keyframe properties change

This commit is contained in:
Daniel Lowe
2024-05-05 14:58:43 -04:00
parent e53dc80f2f
commit 67a5932a4f
3 changed files with 45 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ class AnimationPlayerEditor : public VBoxContainer {
void _animation_key_editor_seek(float p_pos, bool p_timeline_only = false, bool p_update_position_only = false);
void _animation_key_editor_anim_len_changed(float p_len);
void _animation_update_key_frame();
virtual void shortcut_input(const Ref<InputEvent> &p_ev) override;
void _animation_tool_menu(int p_option);