Keyframe¶
Struct | orca.core
A single keyframe in an animation curve.
Fields¶
| Field | Type | Description |
|---|---|---|
time |
float |
Time position of this keyframe in seconds |
value |
vec4 |
Animated value (up to 4 components for vectors/colors) |
inSlope |
vec4 |
Incoming tangent slope for bezier interpolation |
outSlope |
vec4 |
Outgoing tangent slope for bezier interpolation |
inWeight |
vec4 |
Incoming tangent weight for weighted bezier interpolation |
outWeight |
vec4 |
Outgoing tangent weight for weighted bezier interpolation |
tangentMode |
int |
Interpolation mode for this keyframe (free, auto, linear, constant) |
weightedMode |
int |
Whether tangent weights are used for this keyframe |