Module technology.sola.engine
Class DebugControlSystem
java.lang.Object
technology.sola.ecs.EcsSystem
technology.sola.engine.defaults.systems.DebugControlSystem
@NullMarked
public class DebugControlSystem
extends technology.sola.ecs.EcsSystem
DebugControlSystem is an
EcsSystem
that handles updating the debug state of DebugGraphicsModule
.-
Constructor Summary
ConstructorsConstructorDescriptionDebugControlSystem
(KeyboardInput keyboardInput, DebugGraphicsModule debugGraphicsModule) Creates an instance of this system. -
Method Summary
Methods inherited from class technology.sola.ecs.EcsSystem
getOrder, isActive, setActive
-
Constructor Details
-
DebugControlSystem
Creates an instance of this system.- Parameters:
keyboardInput
- theKeyboardInput
instancedebugGraphicsModule
- theDebugGraphicsModule
instance to update
-
-
Method Details
-
update
public void update(technology.sola.ecs.World world, float v) - Specified by:
update
in classtechnology.sola.ecs.EcsSystem
-