C# Class Warcraft.DBC.Definitions.AnimationDataRecord

Animation data record. This database defines the different animations models can have, and is referenced by M2 and MDX files.
Inheritance: DBCRecord
Afficher le fichier Open project: Nihlus/libwarcraft

Méthodes publiques

Свойство Type Description
BehaviourAnimation Warcraft.DBC.SpecialFields.UInt32ForeignKey
FallbackAnimation Warcraft.DBC.SpecialFields.UInt32ForeignKey
Flags uint
Name Warcraft.DBC.SpecialFields.StringReference

Méthodes publiques

Méthode Description
GetFieldCount ( ) : int

Gets the field count for this record at.

GetRecordSize ( ) : int

Gets the size of the record.

LoadData ( byte data ) : void

Loads and parses the provided data.

Method Details

GetFieldCount() public méthode

Gets the field count for this record at.
public GetFieldCount ( ) : int
Résultat int

GetRecordSize() public méthode

Gets the size of the record.
public GetRecordSize ( ) : int
Résultat int

LoadData() public méthode

Loads and parses the provided data.
public LoadData ( byte data ) : void
data byte Data.
Résultat void

Property Details

BehaviourAnimation public_oe property

The top-level behaviour animation that this animation is a child of.
public UInt32ForeignKey,Warcraft.DBC.SpecialFields BehaviourAnimation
Résultat Warcraft.DBC.SpecialFields.UInt32ForeignKey

FallbackAnimation public_oe property

The fallback animation that precedes this one.
public UInt32ForeignKey,Warcraft.DBC.SpecialFields FallbackAnimation
Résultat Warcraft.DBC.SpecialFields.UInt32ForeignKey

Flags public_oe property

General animation flags.
public uint Flags
Résultat uint

Name public_oe property

The name of the animation.
public StringReference,Warcraft.DBC.SpecialFields Name
Résultat Warcraft.DBC.SpecialFields.StringReference