ValueAnimation.h File Reference
Include dependency graph for ValueAnimation.h:

Classes

struct  Urho3D::VAnimKeyFrame
 Value animation key frame. More...
 
struct  Urho3D::VAnimEventFrame
 Value animation event frame. More...
 
class  Urho3D::ValueAnimation
 Value animation class. More...
 

Enumerations

enum  Urho3D::InterpMethod { Urho3D::IM_NONE = 0, Urho3D::IM_LINEAR, Urho3D::IM_SPLINE }
 Interpolation method. More...
 

Enumeration Type Documentation

◆ InterpMethod

Interpolation method.

Enumerator
IM_NONE 

No interpolation.

IM_LINEAR 

Linear interpolation (default).

IM_SPLINE 

Cardinal spline interpolation, default tension value is 0.5f. For more information please refer to http://cubic.org/docs/hermite.htm.