Urho3D::Spriter::SpatialInfo Struct Reference
Urho3D::Spriter::SpatialInfo Struct Reference
Spatial info. More...
#include <Urho3D/Urho2D/SpriterData2D.h>
Public Member Functions | |
SpatialInfo (float x, float y, float angle, float scale_x, float scale_y, float alpha=1, int spin=1) | |
SpatialInfo | UnmapFromParent (const SpatialInfo &parentInfo) const |
void | Interpolate (const SpatialInfo &other, float t) |
Public Attributes | |
float | x_ |
float | y_ |
float | angle_ |
float | scaleX_ |
float | scaleY_ |
float | alpha_ |
int | spin_ |
Detailed Description
Spatial info.
The documentation for this struct was generated from the following files:
- Source/Urho3D/Urho2D/SpriterData2D.h
- Source/Urho3D/Urho2D/SpriterData2D.cpp