Urho3D::Spriter::SpatialInfo Struct Reference

Spatial info. More...

#include <Urho3D/Urho2D/SpriterData2D.h>

Public Member Functions

 SpatialInfo (float x=0.0f, float y=0.0f, float angle=0.0f, float scale_x=1, float scale_y=1, float a=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