#include "abstract_animation.hpp"#include <kanzi/core/math/vector2.hpp>#include <kanzi/core/math/vector3.hpp>#include <kanzi/core/math/vector4.hpp>#include <kanzi/core/math/color_rgba.hpp>#include <kanzi/core/math/srt_value_2d.hpp>#include <kanzi/core/math/srt_value_3d.hpp>Classes | |
| class | kanzi::ValueAnimation< TValueType > |
| Interface template for value animations. More... | |
Namespaces | |
| kanzi | |
| Easing functions that require external dependencies for calculation. | |
Typedefs | |
| typedef ValueAnimation< bool > | kanzi::BoolAnimation |
| typedef shared_ptr< BoolAnimation > | kanzi::BoolAnimationSharedPtr |
| typedef ValueAnimation< ColorRGBA > | kanzi::ColorRGBAAnimation |
| typedef shared_ptr< ColorRGBAAnimation > | kanzi::ColorRGBAAnimationSharedPtr |
| typedef ValueAnimation< float > | kanzi::FloatAnimation |
| typedef shared_ptr< FloatAnimation > | kanzi::FloatAnimationSharedPtr |
| typedef ValueAnimation< int > | kanzi::IntAnimation |
| typedef shared_ptr< IntAnimation > | kanzi::IntAnimationSharedPtr |
| typedef ValueAnimation< ResourceID > | kanzi::ResourceIDAnimation |
| typedef shared_ptr< ResourceIDAnimation > | kanzi::ResourceIDAnimationSharedPtr |
| typedef ValueAnimation< SRTValue2D > | kanzi::SRTValue2DAnimation |
| typedef shared_ptr< SRTValue2DAnimation > | kanzi::SRTValue2DAnimationSharedPtr |
| typedef ValueAnimation< SRTValue3D > | kanzi::SRTValue3DAnimation |
| typedef shared_ptr< SRTValue3DAnimation > | kanzi::SRTValue3DAnimationSharedPtr |
| typedef ValueAnimation< string > | kanzi::StringAnimation |
| typedef shared_ptr< StringAnimation > | kanzi::StringAnimationSharedPtr |
| typedef ValueAnimation< Vector2 > | kanzi::Vector2Animation |
| typedef shared_ptr< Vector2Animation > | kanzi::Vector2AnimationSharedPtr |
| typedef ValueAnimation< Vector3 > | kanzi::Vector3Animation |
| typedef shared_ptr< Vector3Animation > | kanzi::Vector3AnimationSharedPtr |
| typedef ValueAnimation< Vector4 > | kanzi::Vector4Animation |
| typedef shared_ptr< Vector4Animation > | kanzi::Vector4AnimationSharedPtr |