Class Query

Hierarchy

Constructors

Properties

Constructors

Properties

all: readonly Component<any>[]

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

any: readonly Component<any>[]

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

none: readonly Component<any>[]

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

Generated using TypeDoc