Trait wutengine_core::DynComponent

source ·
pub trait DynComponent: Any + Debug {
    // Required method
    fn get_dyn_component_id(&self) -> ComponentTypeId;
}

Required Methods§

Implementors§