C# 클래스 Topographer.Renderer

파일 보기 프로젝트 열기: mblaine/Topographer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BiomeOverlay bool
ConsiderBiomes bool
CropMap bool
Exclude HashSet
LessMemory bool
LowerLimit int
Only HashSet
Rotate uint
ShowHeight bool
Transparency bool
UpperLimit int

공개 메소드들

메소드 설명
GetRegionCount ( String regionDir ) : int
Render ( ) : void
Renderer ( String regionDir, String outPath, TextWriter log = null ) : System
Renderer ( String regionDir, String outPath, UpdateStatus updateStatus = null, DoneCallback callback = null ) : System

비공개 메소드들

메소드 설명
AddtoColor ( Color c, int diff ) : Color
Blend ( Color c1, Color c2 ) : Color
Crop ( Bitmap b ) : Bitmap
GetBlock ( TAG_Compound sections, int x, int y, int z ) : byte
GetBlock ( TAG_Compound sections, int x, int y, int z, byte &id, byte &data ) : void
GetHeight ( TAG_Compound sections, int x, int z, int yStart = 255, int yEnd, HashSet only = null, HashSet exclude = null ) : int
GetLight ( TAG_Compound sections, int x, int y, int z ) : byte
RenderChunk ( Chunk c, Bitmap b, int offsetX, int offsetY ) : void
RenderChunkBiomes ( Chunk c, Bitmap b, int offsetX, int offsetY ) : void
RenderRegion ( RegionFile region, Bitmap b, int offsetX, int offsetY ) : Bitmap
RenderRegionBiomes ( RegionFile region, Bitmap b, int offsetX, int offsetY ) : Bitmap

메소드 상세

GetRegionCount() 공개 정적인 메소드

public static GetRegionCount ( String regionDir ) : int
regionDir String
리턴 int

Render() 공개 메소드

public Render ( ) : void
리턴 void

Renderer() 공개 메소드

public Renderer ( String regionDir, String outPath, TextWriter log = null ) : System
regionDir String
outPath String
log System.IO.TextWriter
리턴 System

Renderer() 공개 메소드

public Renderer ( String regionDir, String outPath, UpdateStatus updateStatus = null, DoneCallback callback = null ) : System
regionDir String
outPath String
updateStatus UpdateStatus
callback DoneCallback
리턴 System

프로퍼티 상세

BiomeOverlay 공개적으로 프로퍼티

public bool BiomeOverlay
리턴 bool

ConsiderBiomes 공개적으로 프로퍼티

public bool ConsiderBiomes
리턴 bool

CropMap 공개적으로 프로퍼티

public bool CropMap
리턴 bool

Exclude 공개적으로 프로퍼티

public HashSet Exclude
리턴 HashSet

LessMemory 공개적으로 프로퍼티

public bool LessMemory
리턴 bool

LowerLimit 공개적으로 프로퍼티

public int LowerLimit
리턴 int

Only 공개적으로 프로퍼티

public HashSet Only
리턴 HashSet

Rotate 공개적으로 프로퍼티

public uint Rotate
리턴 uint

ShowHeight 공개적으로 프로퍼티

public bool ShowHeight
리턴 bool

Transparency 공개적으로 프로퍼티

public bool Transparency
리턴 bool

UpperLimit 공개적으로 프로퍼티

public int UpperLimit
리턴 int