C# Class fCraft.GUI.IsoCat

Isometric map renderer. Creates a bitmap of the map.
Show file Open project: GlennMR/800craft Class Usage Examples

Public Properties

Property Type Description
ChunkCoords int[]
Map Map
Mode IsoCatMode
Rot int

Public Methods

Method Description
IsoCat ( Map map, IsoCatMode mode, int rot ) : System

Private Methods

Method Description
BlendPixel ( int imageOffset, int tileOffset ) : void
BlendTile ( ) : void
Draw ( Rectangle &cropRectangle, BackgroundWorker worker ) : Bitmap
GetBlock ( int xx, int yy, int zz ) : byte
IsoCat ( ) : System

Method Details

IsoCat() public method

public IsoCat ( Map map, IsoCatMode mode, int rot ) : System
map Map
mode IsoCatMode
rot int
return System

Property Details

ChunkCoords public property

public int[] ChunkCoords
return int[]

Map public property

public Map Map
return Map

Mode public property

public IsoCatMode Mode
return IsoCatMode

Rot public property

public int Rot
return int