C# Class UnityPlatformer.Easing

http://theinstructionlimit.com/wp-content/uploads/2009/07/Easing.cs
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Méthode 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

Method Details

Ease() public static méthode

public static Ease ( double linearStep, float acceleration, EasingType type ) : float
linearStep double
acceleration float
type EasingType
Résultat float

EaseIn() public static méthode

public static EaseIn ( double linearStep, EasingType type ) : float
linearStep double
type EasingType
Résultat float

EaseInOut() public static méthode

public static EaseInOut ( double linearStep, EasingType type ) : float
linearStep double
type EasingType
Résultat float

EaseInOut() public static méthode

public static EaseInOut ( double linearStep, EasingType easeInType, EasingType easeOutType ) : float
linearStep double
easeInType EasingType
easeOutType EasingType
Résultat float

EaseOut() public static méthode

public static EaseOut ( double linearStep, EasingType type ) : float
linearStep double
type EasingType
Résultat float