API reference
API reference
Select your platform
No SDKs available
No versions available

QueryBuilder

QueryBuilder

class QueryBuilder
A class used to build a query tree.

Constructors

NameSummary
QueryBuilder
constructor()

Functions

NameSummary
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.
has
fun has(vararg componentTypes: Int): QueryNode
Creates a query node that checks if an entity has one or more specific components.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon