C# Class Warcraft.WMO.RootFile.Chunks.DoodadSet

Represents a doodad set of a WMO model. This is a first-index counted list of all instances contained in the set.
Inheritance: IBinarySerializable
显示文件 Open project: Nihlus/libwarcraft Class Usage Examples

Public Properties

Property Type Description
DoodadInstanceCount uint
FirstDoodadInstanceIndex uint
Unused uint

Public Methods

Method Description
DoodadSet ( byte inData ) : System

Deseralizeds a doodad set from binary data.

GetSize ( ) : int

The static binary size of this class when serialized.

Serialize ( ) : byte[]

Serializes the current object into a byte array.

Method Details

DoodadSet() public method

Deseralizeds a doodad set from binary data.
public DoodadSet ( byte inData ) : System
inData byte
return System

GetSize() public static method

The static binary size of this class when serialized.
public static GetSize ( ) : int
return int

Serialize() public method

Serializes the current object into a byte array.
public Serialize ( ) : byte[]
return byte[]

Property Details

DoodadInstanceCount public_oe property

The number of instances after the first which are a part of this set.
public uint DoodadInstanceCount
return uint

FirstDoodadInstanceIndex public_oe property

The index of the first doodad instance in this set. This index points to a doodad in a ModelDoodadInstances object.
public uint FirstDoodadInstanceIndex
return uint

Unused public_oe property

Unknown or unused field.
public uint Unused
return uint