pub unsafe extern "C" fn ecs_type_str(
world: *const ecs_world_t,
type_: *const ecs_type_t,
) -> *mut c_charExpand description
Convert type to string. The result of this operation must be freed with ecs_os_free.
@param world The world. @param type The type. @return The stringified type.