C# Class TapTitanXNA_ACBayudan.Support

Exibir arquivo Open project: WINPROG20152016/Bayudan_TapTitanXNA

Public Methods

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

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

IdleUpdate() public method

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

LoadContent() public method

public LoadContent ( ) : void
return void

Support() public method

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