Trait wecs_core::system::SystemParam
source · pub trait SystemParam: Sized {
type Item<'world>: SystemParam;
// Required method
fn get_param<'world>(world: UnsafeWorldCell<'world>) -> Self::Item<'world>;
}
pub trait SystemParam: Sized {
type Item<'world>: SystemParam;
// Required method
fn get_param<'world>(world: UnsafeWorldCell<'world>) -> Self::Item<'world>;
}