MotionList

Namespace: SharpPluginLoader.Core.Resources

Represents an instance of the rMotionList (lmt) class.

public class MotionList : Resource

Inheritance ObjectNativeWrapperMtObjectResourceMotionList

Properties

The header of this motion list.

public MotionListHeader& Header { get; }

Property Value

MotionListHeader&

FilePath

Gets the file path of this resource without the extension.

public string FilePath { get; }

Property Value

String

FileExtension

Gets the file extension of this resource.

public string FileExtension { get; }

Property Value

String

RefCount

Gets the reference count of this resource. If the reference count reaches 0, the resource is unloaded.

public uint RefCount { get; }

Property Value

UInt32

Instance

The native pointer.

public nint Instance { get; set; }

Property Value

IntPtr

Constructors

MotionList(IntPtr)

public MotionList(nint instance)

Parameters

instance IntPtr

MotionList()

public MotionList()