AnimationChannelKeyframe
Variables
Name |
Type |
Description |
---|---|---|
timestamp |
float |
The keyframe’s timestamp, in seconds. |
value |
Math::vec4 |
The keyframe’s value. Represents a Math::vec3 if the AnimationChannel’s AnimationChannelTransformType is Translation or Scale. Represents a Math::quat if it is Rotation. |