| Urho3D
    | 
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Urho2D/SpriterData2D.h>
 
  
| Public Member Functions | |
| SpriteTimelineKey (Timeline *timeline) | |
| ObjectType | GetObjectType () const override | 
| TimelineKey * | Clone () const override | 
| bool | Load (const pugi::xml_node &node) override | 
| void | Interpolate (const TimelineKey &other, float t) override | 
| SpriteTimelineKey & | operator= (const SpriteTimelineKey &rhs) | 
|  Public Member Functions inherited from Dviglo::Spriter::SpatialTimelineKey | |
| SpatialTimelineKey (Timeline *timeline) | |
| SpatialTimelineKey & | operator= (const SpatialTimelineKey &rhs)=default | 
|  Public Member Functions inherited from Dviglo::Spriter::TimelineKey | |
| TimelineKey (Timeline *timeline) | |
| TimelineKey & | operator= (const TimelineKey &rhs) | 
| float | GetTByCurveType (float currentTime, float nextTimelineTime) const | 
| Public Attributes | |
| int | folderId_ {} | 
| int | fileId_ {} | 
| bool | useDefaultPivot_ {} | 
| float | pivotX_ {} | 
| float | pivotY_ {} | 
| int | zIndex_ {} | 
| Run time data. | |
|  Public Attributes inherited from Dviglo::Spriter::SpatialTimelineKey | |
| SpatialInfo | info_ | 
|  Public Attributes inherited from Dviglo::Spriter::TimelineKey | |
| Timeline * | timeline_ {} | 
| int | id_ {} | 
| float | time_ {} | 
| CurveType | curveType_ {} | 
| float | c1_ {} | 
| float | c2_ {} | 
Sprite timeline key.
 1.8.17
 1.8.17