C# Class TapTitanXNA_AlfredoYabut.Level

Exibir arquivo Open project: WINPROG20152016/Yabut_TaptitanXNA Class Usage Examples

Public Properties

Property Type Description
keyState KeyboardState
mouseState MouseState
oldKeyState KeyboardState
oldMouseState 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

keyState public_oe property

public KeyboardState keyState
return KeyboardState

mouseState public_oe property

public MouseState mouseState
return MouseState

oldKeyState public_oe property

public KeyboardState oldKeyState
return KeyboardState

oldMouseState public_oe property

public MouseState oldMouseState
return 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