[][src]Trait bevy_type_registry::RegisterType

pub trait RegisterType {
    fn register_component<T>(&mut self) -> &mut Self
    where
        T: Properties + DeserializeProperty + Component + FromResources
;
fn register_properties<T>(&mut self) -> &mut Self
    where
        T: Properties + DeserializeProperty + FromResources
;
fn register_property<T>(&mut self) -> &mut Self
    where
        T: Property + DeserializeProperty
; }

Required methods

fn register_component<T>(&mut self) -> &mut Self where
    T: Properties + DeserializeProperty + Component + FromResources

fn register_properties<T>(&mut self) -> &mut Self where
    T: Properties + DeserializeProperty + FromResources

fn register_property<T>(&mut self) -> &mut Self where
    T: Property + DeserializeProperty

Loading content...

Implementations on Foreign Types

impl RegisterType for AppBuilder[src]

Loading content...

Implementors

Loading content...