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
Afficher le fichier Open project: Nihlus/libwarcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
DoodadInstanceCount uint
FirstDoodadInstanceIndex uint
Unused uint

Méthodes publiques

Méthode 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 méthode

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

GetSize() public static méthode

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

Serialize() public méthode

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

Property Details

DoodadInstanceCount public_oe property

The number of instances after the first which are a part of this set.
public uint DoodadInstanceCount
Résultat 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
Résultat uint

Unused public_oe property

Unknown or unused field.
public uint Unused
Résultat uint