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 Details

    • SpriteAnimatorSystem

      public SpriteAnimatorSystem()
  • Method Details

    • update

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