Trait pill_engine::ecs::components::component::ComponentDestroyer [−][src]
pub trait ComponentDestroyer: DynClone {
fn destroy(
&mut self,
engine: &mut Engine,
scene_handle: SceneHandle,
entity_handle: EntityHandle
) -> Result<()>;
}