bevy_trait_query

Module all

Source

Re-exports§

  • pub use core::fetch::AllTraitsFetch;

Structs§

  • WorldQuery adapter that fetches all implementations of a given trait for an entity.
  • Read-access to all components implementing a trait for a given entity.
  • Write-access to all components implementing a trait for a given entity.