C# Class TapTitanXNA_AlfredoYabut.Hero

Show file Open project: WINPROG20152016/Yabut_TaptitanXNA Class Usage Examples

Public Properties

Property Type Description
windowHeight int
windowWidth int

Public Methods

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

Method Details

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, int characterChooser ) : System
content Microsoft.Xna.Framework.Content.ContentManager
level Level
characterChooser int
return System

LoadContent() public method

public LoadContent ( ) : void
return void

Update() public method

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

Property Details

windowHeight public static property

public static int windowHeight
return int

windowWidth public static property

public static int windowWidth
return int