C# Class Reign.Core.XNAApplication

Inheritance: Microsoft.Xna.Framework.Game, ApplicationI
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Close ( ) : void
Closing ( ) : void
HideCursor ( ) : void
Init ( ApplicationDesc desc ) : void
Pause ( ) : void
Render ( Time time ) : void
Resume ( ) : void
ShowCursor ( ) : void
Shown ( ) : void
Update ( Time time ) : void

Protected Methods

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

Private Methods

Method Description
graphics_PreparingDeviceSettings ( object sender, Microsoft.Xna.Framework.PreparingDeviceSettingsEventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Closing() public method

public Closing ( ) : void
return void

Draw() protected method

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

HideCursor() public method

public HideCursor ( ) : void
return void

Init() public method

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Render() public method

public Render ( Time time ) : void
time Time
return void

Resume() public method

public Resume ( ) : void
return void

ShowCursor() public method

public ShowCursor ( ) : void
return void

Shown() public method

public Shown ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

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

Update() public method

public Update ( Time time ) : void
time Time
return void