Class LayoutNodeInputHandler

All Implemented Interfaces:
Lifecycle

public class LayoutNodeInputHandler extends InputSystem
Updates the passThrough properties of layout nodes based on their background color.
  • Constructor Details

    • LayoutNodeInputHandler

      public LayoutNodeInputHandler()
  • Method Details

    • process

      public void process(EntityChunk chunk, Input input, float deltaTime)
      Description copied from class: InputSystem
      Updates a single entity's data based on input, each frame.
      Specified by:
      process in class InputSystem
      Parameters:
      chunk - Entity that matches this system's query
      deltaTime - Delta time in seconds