FCurve Class
(Qt3DAnimation::Animation::FCurve)Public Functions
FCurve() | |
void | appendKeyframe(float localTime, const Keyframe &keyframe) |
void | clearKeyframes() |
float | endTime() const |
float | evaluateAtTime(float localTime) const |
const Keyframe & | keyframe(int index) const |
Keyframe & | keyframe(int index) |
int | keyframeCount() const |
const float & | localTime(int index) const |
float & | localTime(int index) |
void | read(const QJsonObject &json) |
void | setFromQChannelComponent(const QChannelComponent &qcc) |
float | startTime() const |
Member Function Documentation
FCurve::FCurve()
Default constructs an instance of FCurve.