소스 검색

Merge pull request #29621 from DevinPentecost/feature/0_duration_tween

Implementing 0-duration tweens
Rémi Verschelde 6 년 전
부모
커밋
40f2480d0e
2개의 변경된 파일245개의 추가작업 그리고 89개의 파일을 삭제
  1. 244 89
      scene/animation/tween.cpp
  2. 1 0
      scene/animation/tween.h

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 244 - 89
scene/animation/tween.cpp


+ 1 - 0
scene/animation/tween.h

@@ -135,6 +135,7 @@ private:
 	void _tween_process(float p_delta);
 	void _remove_by_uid(int uid);
 	void _push_interpolate_data(InterpolateData &p_data);
+	bool _build_interpolation(InterpolateType p_interpolation_type, Object *p_object, NodePath *p_property, StringName *p_method, Variant p_initial_val, Variant p_final_val, real_t p_duration, TransitionType p_trans_type, EaseType p_ease_type, real_t p_delay);
 
 protected:
 	bool _set(const StringName &p_name, const Variant &p_value);

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.