MotionListHeader

Namespace: SharpPluginLoader.Core.Resources.Animation

public struct MotionListHeader

Inheritance ObjectValueTypeMotionListHeader

Fields

Magic

public uint Magic;

Version

public ushort Version;

MotionCount

public ushort MotionCount;

Unknown1

public uint Unknown1;

Methods

HasMotion(Int32)

bool HasMotion(int id)

Parameters

id Int32

Returns

Boolean

GetMotion(Int32)

Motion& GetMotion(int id)

Parameters

id Int32

Returns

Motion&