C# 클래스 TerrainDisplay.MPQ.MpqTerrainManager

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

공개 프로퍼티들

프로퍼티 타입 설명
MpqManager WCell.MPQTool.MpqManager
TileId TileIdentifier

공개 메소드들

메소드 설명
GetRecastTriangleMesh ( System.Vector3 &vertices, int &indices ) : void
LoadTile ( TileIdentifier tileId ) : bool
MpqTerrainManager ( TileIdentifier tileId ) : System

비공개 메소드들

메소드 설명
CalcArraySizes ( int &vecCount, int &idxCount ) : void
CalcIntArraySize ( bool includeTerrain, bool includeLiquid, bool includeWMO, bool includeM2 ) : int
CalcVecArraySize ( bool includeTerrain, bool includeLiquid, bool includeWMO, bool includeM2 ) : int
CopyIndicesToRecastArray ( IList renderIndices, IList indices, int idxOffset, int vecOffset ) : int
CopyVectorsToRecastArray ( IList renderVertices, IList vertices, int vecOffset ) : int
GetMapEntries ( ) : List

메소드 상세

GetRecastTriangleMesh() 공개 메소드

public GetRecastTriangleMesh ( System.Vector3 &vertices, int &indices ) : void
vertices System.Vector3
indices int
리턴 void

LoadTile() 공개 메소드

public LoadTile ( TileIdentifier tileId ) : bool
tileId TileIdentifier
리턴 bool

MpqTerrainManager() 공개 메소드

public MpqTerrainManager ( TileIdentifier tileId ) : System
tileId TileIdentifier
리턴 System

프로퍼티 상세

MpqManager 공개적으로 정적으로 프로퍼티

public static MpqManager,WCell.MPQTool MpqManager
리턴 WCell.MPQTool.MpqManager

TileId 공개적으로 프로퍼티

public TileIdentifier TileId
리턴 TileIdentifier