C# 클래스 fCraft.GUI.IsoCat

Isometric map renderer. Creates a bitmap of the map.
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChunkCoords int[]
Map Map
Mode IsoCatMode
Rot int

공개 메소드들

메소드 설명
IsoCat ( Map map, IsoCatMode mode, int rot ) : System

비공개 메소드들

메소드 설명
BlendPixel ( int imageOffset, int tileOffset ) : void
BlendTile ( ) : void
Draw ( Rectangle &cropRectangle, BackgroundWorker worker ) : Bitmap
GetBlock ( int xx, int yy, int zz ) : byte
IsoCat ( ) : System

메소드 상세

IsoCat() 공개 메소드

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

프로퍼티 상세

ChunkCoords 공개적으로 프로퍼티

public int[] ChunkCoords
리턴 int[]

Map 공개적으로 프로퍼티

public Map Map
리턴 Map

Mode 공개적으로 프로퍼티

public IsoCatMode Mode
리턴 IsoCatMode

Rot 공개적으로 프로퍼티

public int Rot
리턴 int