Type Alias bones_framework::lib::ecs::prelude::Comp

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 */ }