C# Class TapTitanXNA_ACBayudan.Hero

Exibir arquivo Open project: WINPROG20152016/Bayudan_TapTitanXNA Class Usage Examples

Public Methods

Method Description
AttackUpdate ( GameTime gameTime ) : void
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
Hero ( Microsoft.Xna.Framework.Content.ContentManager content, Level level ) : System
IdleUpdate ( GameTime gameTime ) : void
LoadContent ( ) : void

Method Details

AttackUpdate() public method

public AttackUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Draw() public method

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Hero() public method

public Hero ( Microsoft.Xna.Framework.Content.ContentManager content, Level level ) : System
content Microsoft.Xna.Framework.Content.ContentManager
level Level
return System

IdleUpdate() public method

public IdleUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadContent() public method

public LoadContent ( ) : void
return void