The animation functions, also known as easing functions, that specify how an animated value is changed over time from its start value to its final value. The animated value could be the position of an animated feature, or an animated property of a visualizer.
Namespace: Carmenta.Engine NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
The animation functions, also known as easing functions, that specify how an animated value is changed over time from its start value to its final value. The animated value could be the position of an animated feature, or an animated property of a visualizer.
Namespace: Carmenta::Engine Include: <Carmenta/Engine/Core.hpp> Dynamic link library: CECore.Cpp64.dll Library: CECore.Cpp64.lib
The animation functions, also known as easing functions, that specify how an animated value is changed over time from its start value to its final value. The animated value could be the position of an animated feature, or an animated property of a visualizer.
Package: com.carmenta.engine.core JAR file: CECore.Java.jar
In this article
Syntax
Java
publicenumAnimationFunction
Conversion methods
// Converts the specified int into an AnimationFunction. Throws EngineException for invalid values.static AnimationFunction fromValue( int value );
// Returns the int value that represents an AnimationFunction value.");publicfinalintgetValue( );
The animation functions, also known as easing functions, that specify how an animated value is changed over time from its start value to its final value. The animated value could be the position of an animated feature, or an animated property of a visualizer.