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

Class for the MCNK chunk (vertex information for the ADT)
파일 보기 프로젝트 열기: WCell/WCell-Terrain

공개 프로퍼티들

프로퍼티 타입 설명
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