Example #1
0
 public EasingFunc(float duration, EEasingMethod method = EEasingMethod.Sine, EEasingType type = EEasingType.In)
 {
     m_Method = EasingHelper.Get(method, type);
     Duration = duration;
 }