pub type ComponentReader = fn(EntityRef<'_>) -> Option<ComponentValueMap>;Expand description
Reader for one exposable component: Some(map) when the entity carries
it, None when absent.
pub type ComponentReader = fn(EntityRef<'_>) -> Option<ComponentValueMap>;Reader for one exposable component: Some(map) when the entity carries
it, None when absent.