Module technology.sola.engine
Package technology.sola.engine.graphics.components.animation
package technology.sola.engine.graphics.components.animation
This package provides
Component
s related to animating graphics.-
ClassDescriptionSpritesAnimatorComponent is a
Component
that contains data for controlling how aSpriteComponent
animates between frames.AnimationCompleteCallback is aFunctionalInterface
for defining functionality that happens when an animation completes.TransformAnimatorComponent is aComponent
that contains properties for defining an animation that is applied to anEntity
sTransformComponent
.AnimationCompleteCallback is aFunctionalInterface
for defining functionality that happens when aTransformAnimatorComponent
animation completes.