pub type Comp<'a, T> = Ref<'a, ComponentStore<T>>;
Expand description
SystemParam
for getting read access to a ComponentStore
.
Aliased Typeยง
struct Comp<'a, T> { /* private fields */ }
pub type Comp<'a, T> = Ref<'a, ComponentStore<T>>;
SystemParam
for getting read access to a ComponentStore
.
struct Comp<'a, T> { /* private fields */ }