class Input::EventSystem::Position::Listener

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(collector : Entitas::Collector, filter : Proc(Entitas::IEntity, Bool)) : Input::EventSystem::Position::Listener #

def self.new(context : Entitas::Context, filter : Proc(Entitas::IEntity, Bool)) : Input::EventSystem::Position::Listener #

def self.new(context : Entitas::Context) : Input::EventSystem::Position::Listener #

def self.new(contexts : Contexts) #

Instance Method Detail

def execute(entities : Array(Entitas::IEntity)) #

def filter(entity : InputEntity) #

def get_trigger(context : Entitas::Context) : Entitas::ICollector #
Description copied from class Entitas::ReactiveSystem

Specify the collector that will trigger the ReactiveSystem.