NGEasing EaseType EnumerationScoreFlash API Documentation V4.6.0
Available default ease types. You can use these with Generic(NGEasing EaseType, Single, Single, Single), e.g. if you want to select which type of easing to use via some setting.

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public enum EaseType
Members

  Member nameValueDescription
Lerp0 Linear interpolation.
EaseInBackOut1 Easing in, overshooting a little, going back ... and done.
EaseIn1_52 Ease in to the power of 1.5. Very soft easing, almost linear.
EaseIn23 Ease in to the power of 2.
EaseIn34 Ease in to the power of 3.
EaseIn45 Ease in to the power of 4.
EaseIn56 Ease in to the power of 5.
EaseIn87 Ease in to the power of 8. Pretty steep.
EaseIn128 Ease in to the power of 12. So ... this is very steep ;-)
EaseOut1_59 Ease out to the power of 1.5. Very soft easing, almost linear.
EaseOut210 Ease out to the power of 2.
EaseOut311 Ease out to the power of 2.
EaseOut412 Ease out to the power of 4.
EaseOut513 Ease out to the power of 5.
EaseOut814 Ease out to the power of 8. Pretty steep.
EaseOut1215 Ease out to the power of 12. So ... this is very steep ;-)
EaseInOut1_516 Ease in and out to the power of 1.5. Very soft easing, almost linear.
EaseInOut217 Ease in and out to the power of 2.
EaseInOut318 Ease in and out to the power of 3.
EaseInOut419 Ease in and out to the power of 4.
EaseInOut520 Ease in and out to the power of 5.
EaseInOut821 Ease in and out to the power of 8. Pretty steep.
EaseInOut1222 Ease in and out to the power of 12. So ... this is very steep ;-)
See Also