C# Class TapTitanXNA_JonryBorbe.AnimationPlayer

Afficher le fichier Open project: WINPROG20152016/Borbe_TaptitanXNA

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime, SpriteBatch spriteBatch, Vector2 position, SpriteEffects spriteEffect ) : void
PlayAnimation ( Animation animation ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime, SpriteBatch spriteBatch, Vector2 position, SpriteEffects spriteEffect ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
position Vector2
spriteEffect SpriteEffects
Résultat void

PlayAnimation() public méthode

public PlayAnimation ( Animation animation ) : void
animation Animation
Résultat void