C# Class MonoGameQuest.Terrain

Inheritance: MonoGameQuestDrawableComponent
Exibir arquivo Open project: half-ogre/MonoGameQuest

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Terrain ( MonoGameQuest game ) : System.Collections.Generic

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
GetSourceRectangleForTileIndex ( int index ) : Rectangle

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Terrain() public method

public Terrain ( MonoGameQuest game ) : System.Collections.Generic
game MonoGameQuest
return System.Collections.Generic