C# 클래스 TerrainDisplay.MPQ.ADT.Components.MapVertices

MCVT Chunk - Height information for the MCNK
파일 보기 프로젝트 열기: WCell/WCell-Terrain

공개 프로퍼티들

프로퍼티 타입 설명
Heights float[]

공개 메소드들

메소드 설명
GetLowResMapArray ( ) : float[]

145 Floats for the 9 x 9 and 8 x 8 grid of height data.

GetLowResMapMatrix ( ) : ].float[

145 Floats for the 9 x 9 and 8 x 8 grid of height data.

메소드 상세

GetLowResMapArray() 공개 메소드

145 Floats for the 9 x 9 and 8 x 8 grid of height data.
public GetLowResMapArray ( ) : float[]
리턴 float[]

GetLowResMapMatrix() 공개 메소드

145 Floats for the 9 x 9 and 8 x 8 grid of height data.
public GetLowResMapMatrix ( ) : ].float[
리턴 ].float[

프로퍼티 상세

Heights 공개적으로 프로퍼티

145 Floats for the 9 x 9 and 8 x 8 grid of height data.
public float[] Heights
리턴 float[]