C# 클래스 TerrainDisplay.Extracted.ExtractedADTParser

파일 보기 프로젝트 열기: WCell/WCell-Terrain 1 사용 예제들

공개 메소드들

메소드 설명
Process ( string filePath, MapId mapId, int tileX, int tileY ) : ExtractedADT

비공개 메소드들

메소드 설명
LoadQuadTree ( ExtractedADT adt ) : void
ReadADTChunk ( BinaryReader br ) : ExtractedADTChunk
ReadADTChunks ( BinaryReader br, ExtractedADT adt ) : void
ReadChunkLiquidHeights ( BinaryReader br, ExtractedADTChunk chunk ) : void
ReadChunkLiquidMap ( BinaryReader br, ExtractedADTChunk chunk ) : void
ReadMapM2Defs ( BinaryReader br, ExtractedADT adt ) : void
ReadQuadTree ( BinaryReader br, ExtractedADT adt ) : void
ReadWMODefs ( BinaryReader br, ExtractedADT adt ) : void

메소드 상세

Process() 공개 정적인 메소드

public static Process ( string filePath, MapId mapId, int tileX, int tileY ) : ExtractedADT
filePath string
mapId MapId
tileX int
tileY int
리턴 ExtractedADT