Package de.gurkenlabs.litiengine.graphics.animation
package de.gurkenlabs.litiengine.graphics.animation
-
ClassDescriptionThe
Animation
class keeps track of the current keyframe which is used to animate a visual element.This listener provides call-backs for when anAnimation
is played or the play back was finished.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>IEntityAnimationController<T extends IEntity>TheKeyframe
class defines the relation between a particular sprite index and its animation duration.PropAnimationController<T extends Prop>