C# Class TapTitanXNA_GodrykAtento.AnimationPlayer

Afficher le fichier Open project: WINPROG20152016/Atento_TapTitanXNA

Méthodes publiques

Свойство Type Description
frameReturn int

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

Property Details

frameReturn public_oe property

public int frameReturn
Résultat int