Documentation
Urho3D::Spriter::SpatialTimelineKey Struct Reference
Spatial timeline key. More...
#include <SpriterData2D.h>
Inheritance diagram for Urho3D::Spriter::SpatialTimelineKey:
Collaboration diagram for Urho3D::Spriter::SpatialTimelineKey:
Public Member Functions | |
SpatialTimelineKey (Timeline *timeline) | |
virtual bool | Load (const pugi::xml_node &node) |
virtual void | Interpolate (const TimelineKey &other, float t) |
SpatialTimelineKey & | operator= (const SpatialTimelineKey &rhs) |
Public Member Functions inherited from Urho3D::Spriter::TimelineKey | |
TimelineKey (Timeline *timeline) | |
virtual ObjectType | GetObjectType () const =0 |
virtual TimelineKey * | Clone () const =0 |
TimelineKey & | operator= (const TimelineKey &rhs) |
float | GetTByCurveType (float currentTime, float nextTimelineTime) const |
Public Attributes | |
SpatialInfo | info_ |
Public Attributes inherited from Urho3D::Spriter::TimelineKey | |
Timeline * | timeline_ |
int | id_ |
float | time_ |
CurveType | curveType_ |
float | c1_ |
float | c2_ |
Detailed Description
Spatial timeline key.
The documentation for this struct was generated from the following files:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Urho2D/SpriterData2D.h
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Urho2D/SpriterData2D.cpp