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