class KeyReactSystem
- KeyReactSystem
- ECS::System
- Reference
- Object
Defined in:
utils/basic_systems.crConstructors
Instance Method Summary
-
#execute
Will be called on each ECS::Systems.execute call
Constructor Detail
def self.new(world : ECS::World, *, pressed : Hash(LibEngine::Key, ECS::Component) = KeysConfig.new, down : Hash(LibEngine::Key, ECS::Component) = KeysConfig.new)
#
Instance Method Detail
def execute
#
Description copied from class ECS::System
Will be called on each ECS::Systems.execute call