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

Class for the MCNK chunk (vertex information for the ADT)
Afficher le fichier Open project: WCell/WCell-Terrain

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
GetHolesMap ( ) : ].bool[
MCNK ( ) : System
MCNK ( float x, float y, float z, UInt16 holes ) : System

Constructor

Method Details

GetHolesMap() public méthode

public GetHolesMap ( ) : ].bool[
Résultat ].bool[

MCNK() public méthode

public MCNK ( ) : System
Résultat System

MCNK() public méthode

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
Résultat System

Property Details

AreaId public_oe property

public int AreaId
Résultat int

Flags public_oe property

public int Flags
Résultat int

Holes public_oe property

Holes of the MCNK
public ushort Holes
Résultat ushort

IndexX public_oe property

public int IndexX
Résultat int

IndexY public_oe property

public int IndexY
Résultat int

X public_oe property

X position of the MCNK
public float X
Résultat float

Y public_oe property

Y position of the MCNK
public float Y
Résultat float

Z public_oe property

Z position of the MCNK
public float Z
Résultat float

effectId public_oe property

public int effectId
Résultat int

nDoodadRefs public_oe property

public uint nDoodadRefs
Résultat uint

nEffectDoodad public_oe property

public byte[] nEffectDoodad
Résultat byte[]

nLayers public_oe property

public uint nLayers
Résultat uint

nMapObjRefs public_oe property

public uint nMapObjRefs
Résultat uint

nSndEmitters public_oe property

public uint nSndEmitters
Résultat uint

offsColorValues public_oe property

Offset to the MCCV chunk, if present
public int offsColorValues
Résultat int

ofsAlpha public_oe property

Offset to the MCAL chunk
public uint ofsAlpha
Résultat uint

ofsHeight public_oe property

Offset to the MCVT chunk
public uint ofsHeight
Résultat uint

ofsLayer public_oe property

Offset to the MCLY chunk
public uint ofsLayer
Résultat uint

ofsLiquid public_oe property

Offset to the MCLQ chunk (deprecated)
public uint ofsLiquid
Résultat uint

ofsNormal public_oe property

Offset to the MCNR chunk
public uint ofsNormal
Résultat uint

ofsRefs public_oe property

Offset to the MCRF chunk
public uint ofsRefs
Résultat uint

ofsShadow public_oe property

Offset to the MCSH chunk
public uint ofsShadow
Résultat uint

ofsSndEmitters public_oe property

Offset to the MCSE chunk
public uint ofsSndEmitters
Résultat uint

predTex public_oe property

public ushort[] predTex
Résultat ushort[]

props public_oe property

public int props
Résultat int

sizeAlpha public_oe property

public uint sizeAlpha
Résultat uint

sizeLiquid public_oe property

public uint sizeLiquid
Résultat uint

sizeShadow public_oe property

public uint sizeShadow
Résultat uint