C# Class Divine_Right.BaseGame

Inheritance: Microsoft.Xna.Framework.Game
Datei anzeigen Open project: Haedrian/Divine-Right Class Usage Examples

Public Properties

Property Type Description
graphics GraphicsDeviceManager
requestedArgs object[]
requestedInternalAction InternalActionEnum?

Public Methods

Method Description
BaseGame ( ) : System

Protected Methods

Method Description
Update ( GameTime gameTime ) : void

Method Details

BaseGame() public method

public BaseGame ( ) : System
return System

Update() protected method

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

Property Details

graphics public_oe property

public GraphicsDeviceManager graphics
return GraphicsDeviceManager

requestedArgs public_oe static_oe property

public static object[] requestedArgs
return object[]

requestedInternalAction public_oe static_oe property

public static InternalActionEnum? requestedInternalAction
return InternalActionEnum?