Trait oxygengine_core::ecs::Query
source · [−]pub trait Query { }Expand description
A collection of component types to fetch from a World
The interface of this trait is a private implementation detail.
pub trait Query { }A collection of component types to fetch from a World
The interface of this trait is a private implementation detail.