C# Class TerrainDisplay.MPQ.ADT.Components.MapVertices

MCVT Chunk - Height information for the MCNK
Afficher le fichier Open project: WCell/WCell-Terrain

Méthodes publiques

Свойство Type Description
Heights float[]

Méthodes publiques

Méthode Description
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.

Method Details

GetLowResMapArray() public méthode

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

GetLowResMapMatrix() public méthode

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

Property Details

Heights public_oe property

145 Floats for the 9 x 9 and 8 x 8 grid of height data.
public float[] Heights
Résultat float[]