[][src]Trait tm_rs::component::DerivedComponent

pub trait DerivedComponent: Component {
    pub const CREATE_TYPES: Option<unsafe extern "C" fn(_: *mut tm_the_truth_o)>;
    pub const CREATE_COMPONENT: unsafe extern "C" fn(_: *mut tm_entity_context_o);
}

Associated Constants

pub const CREATE_TYPES: Option<unsafe extern "C" fn(_: *mut tm_the_truth_o)>[src]

pub const CREATE_COMPONENT: unsafe extern "C" fn(_: *mut tm_entity_context_o)[src]

Loading content...

Implementors

Loading content...