C# Класс TerrainDisplay.MPQ.WMO.WMOGroup

Показать файл Открыть проект Примеры использования класса

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

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