Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryProps<C>

Type Parameters

Hierarchy

  • QueryProps

Index

Properties

has: C

The components an Entity needs to have to match the Query.

trackAdded?: boolean

Whether to list Entitys added since the last collect() in the query result.

trackRemoved?: boolean

Whether to list Entitys removed since the last collect() in the query result.

trackMutated?: C[number][]

Components that, if changed, cause the owning Entity to be listed as mutated in the query result.

world?: World

The world to query.

defaultvalue

defaultWorld

Generated using TypeDoc