| Name | Summary |
|---|---|
QueryBuilder | constructor() |
| Name | Summary |
|---|---|
changed | fun changed(vararg componentTypes: Int): QueryNode Creates a query node that checks if an entity has one or more specific components that have changed. |
changedSince | fun changedSince(componentType: Int, version: <Error class: unknown class>): QueryNode Creates a query node that checks if an entity has one or more specific components that have changed since a specified datamodel version. |
has | fun has(vararg componentTypes: Int): QueryNode Creates a query node that checks if an entity has one or more specific components. |