Skip to main content

ComponentReader

Type Alias ComponentReader 

Source
pub type ComponentReader = fn(EntityRef<'_>) -> Option<ComponentValueMap>;
Expand description

Reader for one exposable component: Some(map) when the entity carries it, None when absent.