C# Class OpenEmpires.Map

Inheritance: Drawable
Exibir arquivo Open project: HandsomeMatt/OpenEmpires Class Usage Examples

Public Methods

Method Description
Draw ( RenderTarget rt, RenderStates states ) : void
Map ( ) : System
this ( int x, int y ) : Tile

Private Methods

Method Description
Build ( ) : void
LoadTerrainTexture ( byte tex ) : void

Method Details

Draw() public method

public Draw ( RenderTarget rt, RenderStates states ) : void
rt RenderTarget
states SFML.Graphics.RenderStates
return void

Map() public method

public Map ( ) : System
return System

this() public method

public this ( int x, int y ) : Tile
x int
y int
return Tile