Stores the transformation and duration for a node animation keyframe. More...
#include <spAnimationBaseStructures.hpp>
Public Member Functions | |
SNodeKeyframe (const Transformation &Trans, u64 FrameDuration) | |
~SNodeKeyframe () | |
Public Attributes | |
Transformation | Transform |
Transformation of this keyframe. | |
u64 | Duration |
Duration of this keyframe (in milliseconds). |
Stores the transformation and duration for a node animation keyframe.
sp::scene::SNodeKeyframe::SNodeKeyframe | ( | const Transformation & | Trans, | |
u64 | FrameDuration | |||
) | [inline] |
sp::scene::SNodeKeyframe::~SNodeKeyframe | ( | ) | [inline] |
Duration of this keyframe (in milliseconds).
Transformation of this keyframe.