C# Class ConveyorDefence.ConveyorDefence

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: markevich/ConveyorDefence-linux Class Usage Examples

Méthodes publiques

Свойство Type Description
CountFont Microsoft.Xna.Framework.Graphics.SpriteFont
DebugFont Microsoft.Xna.Framework.Graphics.SpriteFont

Méthodes publiques

Méthode Description
ConveyorDefence ( ) : ConveyorDefence.Map

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
HandleInput ( ) : void
InitializeCamera ( ) : void

Method Details

ConveyorDefence() public méthode

public ConveyorDefence ( ) : ConveyorDefence.Map
Résultat ConveyorDefence.Map

Draw() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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

Property Details

CountFont public_oe static_oe property

public static SpriteFont,Microsoft.Xna.Framework.Graphics CountFont
Résultat Microsoft.Xna.Framework.Graphics.SpriteFont

DebugFont public_oe static_oe property

public static SpriteFont,Microsoft.Xna.Framework.Graphics DebugFont
Résultat Microsoft.Xna.Framework.Graphics.SpriteFont