Move some methods to Animation from Variant for refactoring

This commit is contained in:
Silc Renew
2022-09-06 12:24:06 +09:00
parent b6d102c7c2
commit 9d47e079b7
11 changed files with 495 additions and 870 deletions
-1
View File
@@ -164,7 +164,6 @@ public:
static real_t run_equation(TransitionType p_trans_type, EaseType p_ease_type, real_t t, real_t b, real_t c, real_t d);
static Variant interpolate_variant(Variant p_initial_val, Variant p_delta_val, float p_time, float p_duration, Tween::TransitionType p_trans, Tween::EaseType p_ease);
Variant calculate_delta_value(Variant p_intial_val, Variant p_final_val);
bool step(float p_delta);
bool can_process(bool p_tree_paused) const;