Enumeration ANIMATION_QUANTIZATION

Enumeration Members

Enumeration Members

CONTINOUS: "continous"

Calculates the state of the animation at the exact position of time. Ignores FPS value of animation.

DISCRETE: "discrete"

Limits the calculation of the state of the animation to the FPS value of the animation. Skips frames if needed.

FRAMES: "frames"

Advances the time each frame according to the FPS value of the animation, ignoring the actual duration of the frames. Doesn't skip any frames.