C# Class LDEngine.Screens.ExampleGameplayScreen

Inheritance: GameStateManagement.GameScreen
Mostra file Open project: GarethIW/LDEngine

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
ExampleGameplayScreen ( ) : System
LoadContent ( ) : void
Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void

Method Details

Draw() public method

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

ExampleGameplayScreen() public method

public ExampleGameplayScreen ( ) : System
return System

LoadContent() public method

public LoadContent ( ) : void
return void

Update() public method

public Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void
gameTime Microsoft.Xna.Framework.GameTime
otherScreenHasFocus bool
coveredByOtherScreen bool
return void