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
파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
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