pub fn add_to_registry<C>(registry: &mut ComponentUiRegistry)where
C: EntityDataUi + Component,
Expand description
Registers how to show a given component in the ui.
pub fn add_to_registry<C>(registry: &mut ComponentUiRegistry)where
C: EntityDataUi + Component,
Registers how to show a given component in the ui.