Module technology.sola.engine
Class SpriteAnimatorSystem
java.lang.Object
technology.sola.ecs.EcsSystem
technology.sola.engine.graphics.system.SpriteAnimatorSystem
@NullMarked
public class SpriteAnimatorSystem
extends technology.sola.ecs.EcsSystem
SpriteAnimatorSystem handles updating the animation state of
Entity
that have a
SpriteComponent
and SpriteAnimatorComponent
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class technology.sola.ecs.EcsSystem
getOrder, isActive, setActive
-
Constructor Details
-
SpriteAnimatorSystem
public SpriteAnimatorSystem()
-
-
Method Details
-
update
public void update(technology.sola.ecs.World world, float deltaTime) - Specified by:
update
in classtechnology.sola.ecs.EcsSystem
-