pub fn ui_for_resource(
    world: &mut World,
    resource_type_id: TypeId,
    ui: &mut Ui,
    name_of_type: &str,
    type_registry: &TypeRegistry
)
Expand description

Display the resource with the given TypeId