- All Implemented Interfaces:
- nl.colorize.util.animation.Animatable
- Enclosing class:
- AnimatedScene
public class AnimatedScene.SceneAnimator
extends nl.colorize.util.animation.Animator
implements nl.colorize.util.animation.Animatable
Animated scene that allows registration of a number of animated objects, all
of which are updated during every frame update. The animator itself implements
the Animatable interface, and needs to be updated once a frame by the
currently active scene in order to actually play animations. T