C# Class WindowsFormsApplication1.CreateASimGame

Inheritance: Game
Show file Open project: Afr0Games/Project-Dollhouse

Public Methods

Method Description
CreateASimGame ( ) : System

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
FileManager_OnHundredPercentCompleted ( ) : void

Filemanager was initialized!

M_Graphics_DeviceCreated ( object sender, EventArgs e ) : void

Method Details

CreateASimGame() public method

public CreateASimGame ( ) : System
return System

Draw() protected method

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

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void