C# Класс Warcraft.DBC.Definitions.AnimationDataRecord

Animation data record. This database defines the different animations models can have, and is referenced by M2 and MDX files.
Наследование: DBCRecord
Показать файл Открыть проект

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

Свойство Тип Описание
BehaviourAnimation Warcraft.DBC.SpecialFields.UInt32ForeignKey
FallbackAnimation Warcraft.DBC.SpecialFields.UInt32ForeignKey
Flags uint
Name Warcraft.DBC.SpecialFields.StringReference

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

Метод Описание
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.

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

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

Gets the field count for this record at.
public GetFieldCount ( ) : int
Результат int

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

Gets the size of the record.
public GetRecordSize ( ) : int
Результат int

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

Loads and parses the provided data.
public LoadData ( byte data ) : void
data byte Data.
Результат void

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

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

The top-level behaviour animation that this animation is a child of.
public UInt32ForeignKey,Warcraft.DBC.SpecialFields BehaviourAnimation
Результат Warcraft.DBC.SpecialFields.UInt32ForeignKey

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

The fallback animation that precedes this one.
public UInt32ForeignKey,Warcraft.DBC.SpecialFields FallbackAnimation
Результат Warcraft.DBC.SpecialFields.UInt32ForeignKey

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

General animation flags.
public uint Flags
Результат uint

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

The name of the animation.
public StringReference,Warcraft.DBC.SpecialFields Name
Результат Warcraft.DBC.SpecialFields.StringReference