Interface QuerySpec

Hierarchy

  • QuerySpec

Properties

Properties

all?: Component<any>[]

AND - Gather entities as long as they have all these components

any?: Component<any>[]

OR - Gather entities as long as they have 0...* of these components

none?: Component<any>[]

NOT - Gather entities as long as they don't have these components

Generated using TypeDoc