Urho3D
|
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Urho2D/SpriterData2D.h>
Public Member Functions | |
TimelineKey (Timeline *timeline) | |
virtual ObjectType | GetObjectType () const =0 |
virtual TimelineKey * | Clone () const =0 |
virtual bool | Load (const pugi::xml_node &node) |
virtual void | Interpolate (const TimelineKey &other, float t)=0 |
TimelineKey & | operator= (const TimelineKey &rhs) |
float | GetTByCurveType (float currentTime, float nextTimelineTime) const |
Public Attributes | |
Timeline * | timeline_ {} |
int | id_ {} |
float | time_ {} |
CurveType | curveType_ {} |
float | c1_ {} |
float | c2_ {} |
Timeline key.