C# Class CarpMuffin.Animations.Tween

Afficher le fichier Open project: BetaToast/CarpMuffin Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
Start ( ) : void
Stop ( ) : void
Tween ( ) : System
Tween ( double min, double max, double duration, bool isRepeating = false ) : System
Update ( GameTime gameTime ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Tween() public méthode

public Tween ( ) : System
Résultat System

Tween() public méthode

public Tween ( double min, double max, double duration, bool isRepeating = false ) : System
min double
max double
duration double
isRepeating bool
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void