C# Class TapTitanXNA_JuliusMolina.AnimationPlayer

Afficher le fichier Open project: WINPROG20152016/Molina_TapTitanXNA

Méthodes publiques

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

Method Details

Draw() public méthode

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

PlayAnimation() public méthode

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