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 Details

    • TransformAnimatorSystem

      public TransformAnimatorSystem()
  • Method Details

    • update

      public void update(technology.sola.ecs.World world, float deltaTime)
      Specified by:
      update in class technology.sola.ecs.EcsSystem