C# Class andengine.util.modifier.ease.IEaseFunction

Afficher le fichier Open project: jamesburton/AndEngine.net

Méthodes publiques

Свойство Type Description
DEFAULT IEaseFunction

Méthodes publiques

Méthode Description
GetPercentageDone ( float pSecondsElapsed, float pDuration, float pMinValue, float pMaxValue ) : float

Method Details

GetPercentageDone() public abstract méthode

public abstract GetPercentageDone ( float pSecondsElapsed, float pDuration, float pMinValue, float pMaxValue ) : float
pSecondsElapsed float
pDuration float
pMinValue float
pMaxValue float
Résultat float

Property Details

DEFAULT public_oe static_oe property

public static IEaseFunction,andengine.util.modifier.ease DEFAULT
Résultat IEaseFunction