Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::Spriter::SpatialInfo Struct Reference

Spatial info. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.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_
 

Detailed Description

Spatial info.


The documentation for this struct was generated from the following files: