C# Class LDEngine.Game

This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: GarethIW/LDEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
DisplayScale int
RenderHeight int
RenderWidth int

Méthodes publiques

Méthode Description
ChangeDisplayScale ( ) : void
Game ( ) : System
ToggleFullScreen ( ) : void

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void

This is called when the game should draw itself.

Initialize ( ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

ChangeDisplayScale() public méthode

public ChangeDisplayScale ( ) : void
Résultat void

Draw() protected méthode

This is called when the game should draw itself.
protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
Résultat void

Game() public méthode

public Game ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

ToggleFullScreen() public méthode

public ToggleFullScreen ( ) : void
Résultat void

Update() protected méthode

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

Property Details

DisplayScale public_oe property

public int DisplayScale
Résultat int

RenderHeight public_oe property

public int RenderHeight
Résultat int

RenderWidth public_oe property

public int RenderWidth
Résultat int