You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user