C# Class WindowsGame1.Level

Afficher le fichier Open project: WINPROG20152016/Quiogue_TaptitanXNA Class Usage Examples

Méthodes publiques

Свойство Type Description
StageNumber int
money int
mouseState MouseState
oldMouseState MouseState
round int
score int
windowHeight int
windowWidth int

Méthodes publiques

Méthode 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 méthode

public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void
gameTime GameTime
spriteBatch SpriteBatch
Résultat void

Level() public méthode

public Level ( Microsoft.Xna.Framework.Content.ContentManager content ) : System
content Microsoft.Xna.Framework.Content.ContentManager
Résultat System

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Property Details

StageNumber public_oe property

public int StageNumber
Résultat int

money public_oe property

public int money
Résultat int

mouseState public_oe property

public MouseState mouseState
Résultat MouseState

oldMouseState public_oe property

public MouseState oldMouseState
Résultat MouseState

round public_oe property

public int round
Résultat int

score public_oe property

public int score
Résultat int

windowHeight public_oe static_oe property

public static int windowHeight
Résultat int

windowWidth public_oe static_oe property

public static int windowWidth
Résultat int