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