C# Класс TerrainDisplay.MPQ.ADT.Components.MapVertices

MCVT Chunk - Height information for the MCNK
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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[]