MetadataKeyframe

Namespace: SharpPluginLoader.Core.Resources.Animation

public struct MetadataKeyframe

Inheritance ObjectValueTypeMetadataKeyframe

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

Single&

IntValue

public Int32& IntValue { get; }

Property Value

Int32&

UIntValue

public UInt32& UIntValue { get; }

Property Value

UInt32&

ColorValue

public MtColor& ColorValue { get; }

Property Value

MtColor&

BoolValue

public Boolean& BoolValue { get; }

Property Value

Boolean&