Urho3D
|
Spatial info. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/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_ |
Spatial info.