EntityQueryCondition
class EntityQueryCondition
Encapsulates conditions for querying entities. It allows checking whether an entity meets a specific condition through a condition function.
Types
Link copied to clipboard
object Companion
The companion object of EntityQueryCondition.
Functions
Link copied to clipboard
Combines the current condition with another condition using logical AND.
Link copied to clipboard
Returns a new condition that represents the logical negation of the current condition.
Link copied to clipboard
Combines the current condition with another condition using logical OR.