MetadataKeyframe
Namespace: SharpPluginLoader.Core.Resources.Animation
public struct MetadataKeyframe
Inheritance Object → ValueType → MetadataKeyframe
Fields
BounceForwardLimit
public float BounceForwardLimit;
FlagsMask
public uint FlagsMask;
BounceBackLimit
public float BounceBackLimit;
Frame
public float Frame;
ApplyType
public ApplyType ApplyType;
InterpolationType
public InterpType InterpolationType;
Properties
FloatValue
public Single& FloatValue { get; }
Property Value
IntValue
public Int32& IntValue { get; }
Property Value
UIntValue
public UInt32& UIntValue { get; }
Property Value
ColorValue
public MtColor& ColorValue { get; }
Property Value
BoolValue
public Boolean& BoolValue { get; }