C# Class Divine_Right.BaseGame

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: Haedrian/Divine-Right Class Usage Examples

Méthodes publiques

Свойство Type Description
graphics GraphicsDeviceManager
requestedArgs object[]
requestedInternalAction InternalActionEnum?

Méthodes publiques

Méthode Description
BaseGame ( ) : System

Méthodes protégées

Méthode Description
Update ( GameTime gameTime ) : void

Method Details

BaseGame() public méthode

public BaseGame ( ) : System
Résultat System

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

graphics public_oe property

public GraphicsDeviceManager graphics
Résultat GraphicsDeviceManager

requestedArgs public_oe static_oe property

public static object[] requestedArgs
Résultat object[]

requestedInternalAction public_oe static_oe property

public static InternalActionEnum? requestedInternalAction
Résultat InternalActionEnum?