예제 #1
0
 public DistanceMovement(AnimationCurve factorCurve)
 {
     _distanceFactorCurve = new DeltaTimeCurve(factorCurve);
 }
예제 #2
0
 public VelocityMovement(AnimationCurve factorCurve)
 {
     _velocityFactorCurve = new DeltaTimeCurve(factorCurve);
 }