C# Класс Warcraft.WMO.RootFile.Chunks.ModelDoodadSets

Represents a list of doodad sets present in this model. Each set is stored separately in this block, and defines a list of doodad instances to render when the set is selected.
Наследование: IRIFFChunk, IBinarySerializable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
DoodadSets List

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

Метод Описание
GetSignature ( ) : string

Gets the static data signature of this data block type.

LoadBinaryData ( byte inData ) : void

Deserialzes the provided binary data of the object. This is the full data block which follows the data signature and data block length.

ModelDoodadSets ( ) : System.Collections.Generic

Creates a new, empty doodad set block.

ModelDoodadSets ( byte inData ) : System.Collections.Generic

Deserializes a doodad set block from binary data.

Serialize ( ) : byte[]

Serializes the current object into a byte array.

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

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

Gets the static data signature of this data block type.
public GetSignature ( ) : string
Результат string

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

Deserialzes the provided binary data of the object. This is the full data block which follows the data signature and data block length.
public LoadBinaryData ( byte inData ) : void
inData byte The binary data containing the object.
Результат void

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

Creates a new, empty doodad set block.
public ModelDoodadSets ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Deserializes a doodad set block from binary data.
public ModelDoodadSets ( byte inData ) : System.Collections.Generic
inData byte The binary data containing the doodad set object.
Результат System.Collections.Generic

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

Serializes the current object into a byte array.
public Serialize ( ) : byte[]
Результат byte[]

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

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

A list of the doodad sets contained in this chunk.
public List DoodadSets
Результат List