예제 #1
0
 public EffectParamF(float a, float b, EffectInterpolator <float> interp = null)
     : base(a, b, interp ?? Lerp)
 {
 }
예제 #2
0
 public EffectParamI(int a, int b, EffectInterpolator <int> interp = null)
     : base(a, b, interp ?? Lerp)
 {
 }