Class LightFlickerSystem

java.lang.Object
technology.sola.ecs.EcsSystem
technology.sola.engine.graphics.system.LightFlickerSystem

@NullMarked public class LightFlickerSystem extends technology.sola.ecs.EcsSystem
LightFlickerSystem is an EcsSystem that handles updating the flicker data of a LightComponent.
  • Constructor Details

    • LightFlickerSystem

      public LightFlickerSystem()
  • Method Details

    • update

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