Structs

Filter that selects entities with a component T, if the given Predicate is satisfied.

A Predicate that checks if the provided T, coerced into a bool, equals the given VALUE.

A Predicate that returns the negation of the given predicate.

Traits

A trait for implementing versatile pre-filtering of Components.

Type Definitions

The negation of Check.

Query filter for checking if the component T is coercable as false.

Query filter for checking if the component T is coercable as true.