Fixed delta & Implement selection of whether or not to seek root

This commit is contained in:
Silc Renew
2022-05-05 03:53:48 +09:00
committed by Silc 'Tokage' Renew
parent 943b509952
commit ba8398f270
17 changed files with 155 additions and 148 deletions

View File

@ -93,7 +93,7 @@ public:
void set_value_label(const String &p_label);
String get_value_label() const;
double process(double p_time, bool p_seek) override;
double process(double p_time, bool p_seek, bool p_seek_root) override;
String get_caption() const override;
Ref<AnimationNode> get_child_by_name(const StringName &p_name) override;