pub unsafe extern "C" fn ecs_id_str(
world: *const ecs_world_t,
id: ecs_id_t,
) -> *mut c_charExpand description
Convert id to string. This operation interprets the structure of an id and converts it to a string.
@param world The world. @param id The id to convert to a string. @return The id converted to a string.