AnimationId

Namespace: SharpPluginLoader.Core.Components

Represents an animation id. This is a combination of the LMT and the actual animation id.

public struct AnimationId

Inheritance ObjectValueTypeAnimationId

Properties

FullId

The full id of the animation.

public uint FullId { get; }

Property Value

UInt32

Lmt

The LMT the animation targets

public uint Lmt { get; }

Property Value

UInt32

Id

The actual id of the animation.

public uint Id { get; }

Property Value

UInt32

Constructors

AnimationId(UInt32)

AnimationId(uint fullId)

Parameters

fullId UInt32

AnimationId(UInt32, UInt32)

AnimationId(uint lmt, uint id)

Parameters

lmt UInt32

id UInt32

Methods

Equals(AnimationId)

bool Equals(AnimationId other)

Parameters

other AnimationId

Returns

Boolean

Equals(Object)

bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

GetHashCode()

int GetHashCode()

Returns

Int32

ToString()

string ToString()

Returns

String