diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-10-05 06:00:39 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-11-18 22:44:55 +0900 |
commit | f5b49af99fb63980ab05d8f909621393e4bfc2a6 (patch) | |
tree | 9aa873431507a9877eb58af243a4f72dd9dc50ab /scene/resources/animation_library.h | |
parent | 80f0b33313dae52d072ba2771a88ebcc4f0b4d6d (diff) | |
download | redot-engine-f5b49af99fb63980ab05d8f909621393e4bfc2a6.tar.gz |
Add RetargetModifier3D for realtime retarget to keep original rest
Diffstat (limited to 'scene/resources/animation_library.h')
-rw-r--r-- | scene/resources/animation_library.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/animation_library.h b/scene/resources/animation_library.h index 00baf9d302..794f142744 100644 --- a/scene/resources/animation_library.h +++ b/scene/resources/animation_library.h @@ -61,6 +61,7 @@ public: bool has_animation(const StringName &p_name) const; Ref<Animation> get_animation(const StringName &p_name) const; void get_animation_list(List<StringName> *p_animations) const; + int get_animation_list_size() const; #ifdef TOOLS_ENABLED virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override; |