浏览代码

Code cleanup.

/main
Yuncong Zhang 5 年前
当前提交
65985507
共有 1 个文件被更改,包括 27 次插入27 次删除
  1. 54
      Runtime/animation/curves.cs

54
Runtime/animation/curves.cs


public static readonly Curve linear = new _Linear();
public static readonly Curve decelerate = new _DecelerateCurve();
public static readonly Cubic easeInOutBack = new Cubic(0.68f, -0.55f, 0.265f, 1.55f);
public static readonly Curve fastOutSlowIn = new Cubic(0.4f, 0.0f, 0.2f, 1.0f);

正在加载...
取消
保存