module Entitas::IAnyOfMatcher

Included Modules

Direct including types

Defined in:

entitas/interfaces/i_matcher.cr

Instance Method Summary

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?

Instance Method Detail

abstract def none_of(*indices : Int32) : INoneOfMatcher #

[View source]
abstract def none_of(*matchers : IMatcher) : INoneOfMatcher #

[View source]
abstract def none_of(*comps : Entitas::Component::ComponentTypes) : INoneOfMatcher #

[View source]
abstract def none_of(*indices : Entitas::Component::Index) : INoneOfMatcher #

[View source]