Module bevy_trait_query::one
source · Structs
WorldQuery
adapter that fetches entities with exactly one component implementing a trait.WorldQuery
filter for entities with exactly one component implementing a trait, whose value has changed since the last time the system ran.WorldQuery
filter for entities with exactly one component implementing a trait, which was added since the last time the system ran.