C# 클래스 TerrainDisplay.MPQ.WMO.WMOGroup

파일 보기 프로젝트 열기: WCell/WCell-Terrain 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BSPNodes List
Batches TerrainDisplay.MPQ.WMO.Components.RenderBatch[]
DescriptiveName string
DoodadReferences ushort[]
Header GroupHeader
Index int
Indices List
LightReferences ushort[]
LiquidInfo TerrainDisplay.MPQ.WMO.Components.LiquidInfo
MOBR ushort[]
Name string
Normals List
Root WMORoot
TextureVertices1 Vector2[]
TextureVertices2 Vector2[]
TriangleCount uint
TriangleMaterials TerrainDisplay.MPQ.WMO.Components.MOPY[]
Triangles List
Version uint
VertexColors1 Color4[]
VertexColors2 Color4[]
VertexCount uint
Vertices List

공개 메소드들

메소드 설명
WMOGroup ( WMORoot root, int index ) : System.Collections.Generic

Constructor

비공개 메소드들

메소드 설명
DumpBSPNodes ( ) : void

메소드 상세

WMOGroup() 공개 메소드

Constructor
public WMOGroup ( WMORoot root, int index ) : System.Collections.Generic
root WMORoot
index int The index into the WMOs GroupList that refers to this WMOGroup.
리턴 System.Collections.Generic

프로퍼티 상세

BSPNodes 공개적으로 프로퍼티

public List BSPNodes
리턴 List

Batches 공개적으로 프로퍼티

MOBA
public RenderBatch[],TerrainDisplay.MPQ.WMO.Components Batches
리턴 TerrainDisplay.MPQ.WMO.Components.RenderBatch[]

DescriptiveName 공개적으로 프로퍼티

public string DescriptiveName
리턴 string

DoodadReferences 공개적으로 프로퍼티

MODR
public ushort[] DoodadReferences
리턴 ushort[]

Header 공개적으로 프로퍼티

public GroupHeader Header
리턴 GroupHeader

Index 공개적으로 프로퍼티

The index into the WMOs GroupList that refers to this WMOGroup.
public int Index
리턴 int

Indices 공개적으로 프로퍼티

MOVI - Triangle Indices. Rendering Indices information for the Group.
public List Indices
리턴 List

LightReferences 공개적으로 프로퍼티

MOLR
public ushort[] LightReferences
리턴 ushort[]

LiquidInfo 공개적으로 프로퍼티

MLIQ Info
public LiquidInfo,TerrainDisplay.MPQ.WMO.Components LiquidInfo
리턴 TerrainDisplay.MPQ.WMO.Components.LiquidInfo

MOBR 공개적으로 프로퍼티

public ushort[] MOBR
리턴 ushort[]

Name 공개적으로 프로퍼티

public string Name
리턴 string

Normals 공개적으로 프로퍼티

Normals
public List Normals
리턴 List

Root 공개적으로 프로퍼티

public WMORoot,TerrainDisplay.MPQ.WMO Root
리턴 WMORoot

TextureVertices1 공개적으로 프로퍼티

MOTV1
public Vector2[] TextureVertices1
리턴 Vector2[]

TextureVertices2 공개적으로 프로퍼티

MOTV2
public Vector2[] TextureVertices2
리턴 Vector2[]

TriangleCount 공개적으로 프로퍼티

public uint TriangleCount
리턴 uint

TriangleMaterials 공개적으로 프로퍼티

Flags that affect the Triangles in this Group.
public MOPY[],TerrainDisplay.MPQ.WMO.Components TriangleMaterials
리턴 TerrainDisplay.MPQ.WMO.Components.MOPY[]

Triangles 공개적으로 프로퍼티

A list of the resulting Triangles from this WMOGroup.
public List Triangles
리턴 List

Version 공개적으로 프로퍼티

public uint Version
리턴 uint

VertexColors1 공개적으로 프로퍼티

MOCV1
public Color4[] VertexColors1
리턴 Color4[]

VertexColors2 공개적으로 프로퍼티

MOCV2
public Color4[] VertexColors2
리턴 Color4[]

VertexCount 공개적으로 프로퍼티

public uint VertexCount
리턴 uint

Vertices 공개적으로 프로퍼티

MOVT - Verticies
public List Vertices
리턴 List