C# Class MonoGameQuest.Terrain

Inheritance: MonoGameQuestDrawableComponent
Afficher le fichier Open project: half-ogre/MonoGameQuest

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Terrain ( MonoGameQuest game ) : System.Collections.Generic

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
GetSourceRectangleForTileIndex ( int index ) : Rectangle

Method Details

Draw() public méthode

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

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Terrain() public méthode

public Terrain ( MonoGameQuest game ) : System.Collections.Generic
game MonoGameQuest
Résultat System.Collections.Generic