C# Class WindowsGame1.Level

Mostra file Open project: WINPROG20152016/Quiogue_TaptitanXNA Class Usage Examples

Public Properties

Property Type Description
StageNumber int
money int
mouseState MouseState
oldMouseState MouseState
round int
score int
windowHeight int
windowWidth int

Public Methods

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

Method Details

Draw() public method

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime GameTime
spriteBatch SpriteBatch
return void

Level() public method

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

LoadContent() public method

public LoadContent ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void

Property Details

StageNumber public_oe property

public int StageNumber
return int

money public_oe property

public int money
return int

mouseState public_oe property

public MouseState mouseState
return MouseState

oldMouseState public_oe property

public MouseState oldMouseState
return MouseState

round public_oe property

public int round
return int

score public_oe property

public int score
return int

windowHeight public_oe static_oe property

public static int windowHeight
return int

windowWidth public_oe static_oe property

public static int windowWidth
return int