module Entitas::ICompoundMatcher

Included Modules

Direct including types

Defined in:

entitas/interfaces/i_matcher.cr

Instance Method Summary

Instance methods inherited from module Entitas::IMatcher

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

Instance Method Detail

def all_of_indices : Set(Entitas::Component::Index) #

[View source]
def any_of_indices : Set(Entitas::Component::Index) #

[View source]
def none_of_indices : Set(Entitas::Component::Index) #

[View source]