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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGuiDocumentSystem
(GuiDocument guiDocument) Creates an instance of the system for the desiredGuiDocument
. -
Method Summary
Methods inherited from class technology.sola.ecs.EcsSystem
isActive, setActive
-
Field Details
-
ORDER
public static final int ORDERThe order of the system.- See Also:
-
-
Constructor Details
-
GuiDocumentSystem
Creates an instance of the system for the desiredGuiDocument
.- Parameters:
guiDocument
- theGuiDocument
to update
-
-
Method Details
-
update
public void update(technology.sola.ecs.World world, float deltaTime) - Specified by:
update
in classtechnology.sola.ecs.EcsSystem
-
getOrder
public int getOrder()- Overrides:
getOrder
in classtechnology.sola.ecs.EcsSystem
-