Class NodeRootInputHandler
java.lang.Object
dev.prozilla.pine.core.system.SystemBase
dev.prozilla.pine.core.system.input.InputSystemBase
dev.prozilla.pine.core.system.input.InputSystem
dev.prozilla.pine.core.system.standard.ui.NodeRootInputHandler
-
Field Summary
Fields inherited from class dev.prozilla.pine.core.system.SystemBase
application, logger, scene, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocess(EntityChunk chunk, Input input, float deltaTime) Updates a single entity's data based on input, each frame.Methods inherited from class dev.prozilla.pine.core.system.input.InputSystem
inputMethods inherited from class dev.prozilla.pine.core.system.input.InputSystemBase
getInput, sortMethods inherited from class dev.prozilla.pine.core.system.SystemBase
forEach, forEachReverse, hasEntityChunks, initSystem, print, register, setExcludedComponentTypes, setRequiredTag, setRunWhenPaused, shouldRun, sort, unregister
-
Constructor Details
-
NodeRootInputHandler
public NodeRootInputHandler()
-
-
Method Details
-
process
Description copied from class:InputSystemUpdates a single entity's data based on input, each frame.- Specified by:
processin classInputSystem- Parameters:
chunk- Entity that matches this system's querydeltaTime- Delta time in seconds
-