浏览代码

Fix.

/main
Yuncong Zhang 5 年前
当前提交
39c76cdb
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 3
      Runtime/animation/tween.cs

3
Runtime/animation/tween.cs


}
public override T lerp(float t) => this.begin;
String toString() => $"{this.GetType()}(value: {this.begin})";
public override string ToString() => $"{this.GetType()}(value: {this.begin})";
}
public class CurveTween : Animatable<float> {

正在加载...
取消
保存