C# Class fCraft.GUI.IsoCat

Isometric map renderer. Creates a bitmap of the map.
Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Свойство Type Description
ChunkCoords int[]
Map Map
Mode IsoCatMode
Rot int

Méthodes publiques

Méthode Description
IsoCat ( Map map, IsoCatMode mode, int rot ) : System

Private Methods

Méthode 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 méthode

public IsoCat ( Map map, IsoCatMode mode, int rot ) : System
map Map
mode IsoCatMode
rot int
Résultat System

Property Details

ChunkCoords public_oe property

public int[] ChunkCoords
Résultat int[]

Map public_oe property

public Map Map
Résultat Map

Mode public_oe property

public IsoCatMode Mode
Résultat IsoCatMode

Rot public_oe property

public int Rot
Résultat int