Package de.gurkenlabs.litiengine.graphics.animation
Interface Summary Interface Description AnimationListener This listener provides call-backs for when anAnimation
is played or the play back was finished.IAnimationController IEntityAnimationController<T extends IEntity> KeyFrameListener Class Summary Class Description Animation TheAnimation
class keeps track of the current keyframe which is used to animate a visual element.AnimationController CreatureAnimationController<T extends Creature> ThisAnimationController
implementation provides animation rules that use naming conventions to provideAnimation
s forCreature
implementations.EntityAnimationController<T extends IEntity> EntityAnimationController.AnimationRule<T extends IEntity> KeyFrame TheKeyframe
class defines the relation between a particular sprite index and its animation duration.PropAnimationController<T extends Prop>