Table of Contents

Struct MotionListHeader

Namespace
SharpPluginLoader.Core.Resources.Animation
Assembly
SharpPluginLoader.Core.dll
public struct MotionListHeader
Inherited Members

Fields

Magic

public uint Magic

Field Value

uint

MotionCount

public ushort MotionCount

Field Value

ushort

Unknown1

public uint Unknown1

Field Value

uint

Version

public ushort Version

Field Value

ushort

Methods

GetMotion(int)

public ref Motion GetMotion(int id)

Parameters

id int

Returns

Motion

HasMotion(int)

public bool HasMotion(int id)

Parameters

id int

Returns

bool