MotionListHeader
Namespace: SharpPluginLoader.Core.Resources.Animation
public struct MotionListHeader
Inheritance Object → ValueType → MotionListHeader
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
GetMotion(Int32)
Motion& GetMotion(int id)
Parameters
id
Int32