Dry
Classes | Enumerations
ValueAnimation.h File Reference
#include "../Core/Variant.h"
#include "../Resource/Resource.h"

Classes

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

Enumerations

enum  Dry::InterpMethod { Dry::IM_NONE = 0, Dry::IM_LINEAR, Dry::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.