Class GuiDocumentSystem

java.lang.Object
technology.sola.ecs.EcsSystem
technology.sola.engine.graphics.gui.GuiDocumentSystem

@NullMarked public class GuiDocumentSystem extends technology.sola.ecs.EcsSystem
The EcsSystem responsible for updating the attached GuiDocument.
  • Field Details

  • Constructor Details

    • GuiDocumentSystem

      public GuiDocumentSystem(GuiDocument guiDocument)
      Creates an instance of the system for the desired GuiDocument.
      Parameters:
      guiDocument - the GuiDocument to update
  • Method Details

    • update

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

      public int getOrder()
      Overrides:
      getOrder in class technology.sola.ecs.EcsSystem