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 Object → ValueType → AnimationId
Properties
FullId
The full id of the animation.
public uint FullId { get; }
Property Value
Lmt
The LMT the animation targets
public uint Lmt { get; }
Property Value
Id
The actual id of the animation.
public uint Id { get; }
Property Value
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
Equals(Object)
bool Equals(object obj)
Parameters
obj
Object
Returns
GetHashCode()
int GetHashCode()
Returns
ToString()
string ToString()