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

Class for the MCNK chunk (vertex information for the ADT)
Показать файл Открыть проект

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

Свойство Тип Описание
AreaId int
Flags int
Holes ushort
IndexX int
IndexY int
X float
Y float
Z float
effectId int
nDoodadRefs uint
nEffectDoodad byte[]
nLayers uint
nMapObjRefs uint
nSndEmitters uint
offsColorValues int
ofsAlpha uint
ofsHeight uint
ofsLayer uint
ofsLiquid uint
ofsNormal uint
ofsRefs uint
ofsShadow uint
ofsSndEmitters uint
predTex ushort[]
props int
sizeAlpha uint
sizeLiquid uint
sizeShadow uint

Открытые методы

Метод Описание
GetHolesMap ( ) : ].bool[
MCNK ( ) : System
MCNK ( float x, float y, float z, UInt16 holes ) : System

Constructor

Описание методов

GetHolesMap() публичный Метод

public GetHolesMap ( ) : ].bool[
Результат ].bool[

MCNK() публичный Метод

public MCNK ( ) : System
Результат System

MCNK() публичный Метод

Constructor
public MCNK ( float x, float y, float z, UInt16 holes ) : System
x float X position of the MCNK
y float Y position of the MCNK
z float Z position of the MCNK
holes System.UInt16 Holes in this MCNK
Результат System

Описание свойств

AreaId публичное свойство

public int AreaId
Результат int

Flags публичное свойство

public int Flags
Результат int

Holes публичное свойство

Holes of the MCNK
public ushort Holes
Результат ushort

IndexX публичное свойство

public int IndexX
Результат int

IndexY публичное свойство

public int IndexY
Результат int

X публичное свойство

X position of the MCNK
public float X
Результат float

Y публичное свойство

Y position of the MCNK
public float Y
Результат float

Z публичное свойство

Z position of the MCNK
public float Z
Результат float

effectId публичное свойство

public int effectId
Результат int

nDoodadRefs публичное свойство

public uint nDoodadRefs
Результат uint

nEffectDoodad публичное свойство

public byte[] nEffectDoodad
Результат byte[]

nLayers публичное свойство

public uint nLayers
Результат uint

nMapObjRefs публичное свойство

public uint nMapObjRefs
Результат uint

nSndEmitters публичное свойство

public uint nSndEmitters
Результат uint

offsColorValues публичное свойство

Offset to the MCCV chunk, if present
public int offsColorValues
Результат int

ofsAlpha публичное свойство

Offset to the MCAL chunk
public uint ofsAlpha
Результат uint

ofsHeight публичное свойство

Offset to the MCVT chunk
public uint ofsHeight
Результат uint

ofsLayer публичное свойство

Offset to the MCLY chunk
public uint ofsLayer
Результат uint

ofsLiquid публичное свойство

Offset to the MCLQ chunk (deprecated)
public uint ofsLiquid
Результат uint

ofsNormal публичное свойство

Offset to the MCNR chunk
public uint ofsNormal
Результат uint

ofsRefs публичное свойство

Offset to the MCRF chunk
public uint ofsRefs
Результат uint

ofsShadow публичное свойство

Offset to the MCSH chunk
public uint ofsShadow
Результат uint

ofsSndEmitters публичное свойство

Offset to the MCSE chunk
public uint ofsSndEmitters
Результат uint

predTex публичное свойство

public ushort[] predTex
Результат ushort[]

props публичное свойство

public int props
Результат int

sizeAlpha публичное свойство

public uint sizeAlpha
Результат uint

sizeLiquid публичное свойство

public uint sizeLiquid
Результат uint

sizeShadow публичное свойство

public uint sizeShadow
Результат uint