module Entitas::INoneOfMatcher

Included Modules

Direct including types

Defined in:

entitas/interfaces/i_matcher.cr

Instance methods inherited from module Entitas::ICompoundMatcher

all_of_indices : Set(Entitas::Component::Index) all_of_indices, any_of_indices : Set(Entitas::Component::Index) any_of_indices, none_of_indices : Set(Entitas::Component::Index) none_of_indices

Instance methods inherited from module Entitas::IMatcher

indices : Set(Entitas::Component::Index) indices, matches?(entity : Entitas::Entity) : Bool matches?