diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-12-30 18:24:09 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-01-02 13:13:47 +0900 |
commit | eecfe5d75a7f3f80105fb8cc6eb4c09decdd8314 (patch) | |
tree | 607f15e5763de72af3a7508b3eb098985f8415ac /editor/animation_track_editor.h | |
parent | 13a0d6e9b253654f5cc2a44f3d0b3cae10440443 (diff) | |
download | redot-engine-eecfe5d75a7f3f80105fb8cc6eb4c09decdd8314.tar.gz |
Make default options of int value track refer to RESET animation
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 4b9849b26c..0667b8e80e 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -481,6 +481,8 @@ class AnimationTrackEditor : public VBoxContainer { void _insert_key_from_track(float p_ofs, int p_track); void _add_method_key(const String &p_method); + void _fetch_value_track_options(const NodePath &p_path, Animation::UpdateMode *r_update_mode, Animation::InterpolationType *r_interpolation_type, bool *r_loop_wrap); + void _clear_selection_for_anim(const Ref<Animation> &p_anim); void _select_at_anim(const Ref<Animation> &p_anim, int p_track, float p_pos); |