[][src]Trait bevy_type_registry::IntoComponent

pub trait IntoComponent<ToComponent: Component> {
    fn into_component(&self, resources: &Resources) -> ToComponent;
}

Required methods

fn into_component(&self, resources: &Resources) -> ToComponent

Loading content...

Implementors

Loading content...