C# Class TapTitanXNA_EnricoUsigan.Level

Mostra file Open project: WINPROG20152016/Usigan_TapTitanXNA Class Usage Examples

Public Properties

Property Type Description
mouseState Microsoft.Xna.Framework.Input.MouseState
oldMouseState Microsoft.Xna.Framework.Input.MouseState
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 Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.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 Microsoft.Xna.Framework.GameTime
return void

Property Details

mouseState public_oe property

public MouseState,Microsoft.Xna.Framework.Input mouseState
return Microsoft.Xna.Framework.Input.MouseState

oldMouseState public_oe property

public MouseState,Microsoft.Xna.Framework.Input oldMouseState
return Microsoft.Xna.Framework.Input.MouseState

windowheight public_oe static_oe property

public static int windowheight
return int

windowwidth public_oe static_oe property

public static int windowwidth
return int