Method | Description | |
---|---|---|
Ease ( double linearStep, float acceleration, EasingType type ) : float | ||
EaseIn ( double linearStep, EasingType type ) : float | ||
EaseInOut ( double linearStep, EasingType type ) : float | ||
EaseInOut ( double linearStep, EasingType easeInType, EasingType easeOutType ) : float | ||
EaseOut ( double linearStep, EasingType type ) : float |
public static Ease ( double linearStep, float acceleration, EasingType type ) : float | ||
linearStep | double | |
acceleration | float | |
type | EasingType | |
return | float |
public static EaseIn ( double linearStep, EasingType type ) : float | ||
linearStep | double | |
type | EasingType | |
return | float |
public static EaseInOut ( double linearStep, EasingType type ) : float | ||
linearStep | double | |
type | EasingType | |
return | float |
public static EaseInOut ( double linearStep, EasingType easeInType, EasingType easeOutType ) : float | ||
linearStep | double | |
easeInType | EasingType | |
easeOutType | EasingType | |
return | float |
public static EaseOut ( double linearStep, EasingType type ) : float | ||
linearStep | double | |
type | EasingType | |
return | float |