ecs_remove_all

Function ecs_remove_all 

Source
pub unsafe extern "C" fn ecs_remove_all(
    world: *mut ecs_world_t,
    id: ecs_id_t,
)
Expand description

Remove all instances of the specified (component) id. This will remove the specified id from all entities (tables). The id may be a wildcard and/or a pair.

@param world The world. @param id The id.