Refactor process of AnimationTree for end of animation

This commit is contained in:
Silc Renew
2022-11-22 04:30:55 +09:00
parent 0b2dc0f017
commit c1ec99f0e1
15 changed files with 166 additions and 396 deletions

View File

@ -98,7 +98,7 @@ public:
void set_use_sync(bool p_sync);
bool is_using_sync() const;
double process(double p_time, bool p_seek, bool p_seek_root) override;
double process(double p_time, bool p_seek, bool p_is_external_seeking) override;
String get_caption() const override;
Ref<AnimationNode> get_child_by_name(const StringName &p_name) override;