bevy-trait-query 0.19.0

Implementation of trait queries for the bevy game engine
Documentation
1
2
3
4
5
6
7
mod core;
mod impls;

pub use impls::*;

pub use core::{change_detection::ChangeDetectionFetch, fetch::OneTraitFetch};
pub(crate) use core::{change_detection::ChangeDetectionStorage, fetch::FetchStorage};