C# Class TapTitansXNA_AJPenaranda.AnimationPlayer

Show file Open project: WINPROG20152016/Penaranda_TapTitanXNA

Public Methods

Method Description
Draw ( GameTime gameTime, SpriteBatch spriteBatch, Vector2 position, SpriteEffects spriteEffects ) : void
PlayAnimation ( Animation animation ) : void

Method Details

Draw() public method

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
return void

PlayAnimation() public method

public PlayAnimation ( Animation animation ) : void
animation Animation
return void