Table of Contents

Struct MetadataKeyframe

Namespace
SharpPluginLoader.Core.Resources.Animation
Assembly
SharpPluginLoader.Core.dll
public struct MetadataKeyframe
Inherited Members

Fields

ApplyType

public ApplyType ApplyType

Field Value

ApplyType

BounceBackLimit

public float BounceBackLimit

Field Value

float

BounceForwardLimit

public float BounceForwardLimit

Field Value

float

FlagsMask

public uint FlagsMask

Field Value

uint

Frame

public float Frame

Field Value

float

InterpolationType

public InterpType InterpolationType

Field Value

InterpType

Properties

BoolValue

public ref bool BoolValue { get; }

Property Value

bool

ColorValue

public ref MtColor ColorValue { get; }

Property Value

MtColor

FloatValue

public ref float FloatValue { get; }

Property Value

float

IntValue

public ref int IntValue { get; }

Property Value

int

UIntValue

public ref uint UIntValue { get; }

Property Value

uint