Struct oxygengine_core::ecs::commands::EntityRemoveComponent [−][src]
pub struct EntityRemoveComponent<C> where
C: Component, {
pub entity: Entity,
// some fields omitted
}
Fields
entity: Entity