| Urho3D
    | 
| Classes | |
| struct | Dviglo::VAnimKeyFrame | 
| Value animation key frame.  More... | |
| struct | Dviglo::VAnimEventFrame | 
| Value animation event frame.  More... | |
| class | Dviglo::ValueAnimation | 
| Value animation class.  More... | |
| Enumerations | |
| enum | Dviglo::InterpMethod { Dviglo::IM_NONE = 0, Dviglo::IM_LINEAR, Dviglo::IM_SPLINE } | 
| Interpolation method.  More... | |
| enum Dviglo::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. | 
 1.8.17
 1.8.17