Skip to main content

Auki::ConjureKit::Odal::Animation::Key

Public Functions

Name
Key()
Key(float time, float value, float inTangent, float inWeight, float outTangent, float outWeight, WeightedMode weightedMode)

Public Attributes

Name
floatinTangent
floatinWeight
floatoutTangent
floatoutWeight
floattime
floatvalue
WeightedModeweightedMode

Public Functions Documentation

function Key

Key()

function Key

Key(
float time,
float value,
float inTangent,
float inWeight,
float outTangent,
float outWeight,
WeightedMode weightedMode
)

Public Attributes Documentation

variable inTangent

float inTangent;

variable inWeight

float inWeight;

variable outTangent

float outTangent;

variable outWeight

float outWeight;

variable time

float time;

variable value

float value;

variable weightedMode

WeightedMode weightedMode;