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. Declared as an infix function for natural syntax.
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. Declared as an infix function for natural syntax.