static object Get(Type type, string name)
static ExternalContentType GetTypeFromLink(string address)
static string GetNameFromLink(string address)
static string UnclutterLink(string address)
static void ImportExternalContent(Stream stream, ExternalContentType type, string name, Action< string > success, Action< Exception > failure)
static ExternalContentType ExtensionToType(string extension)
static bool DoesEntryTypeRequireName(ExternalContentType type)
static Subtexture GetEntryTypeIcon(ExternalContentType type)
static string GetEntryTypeDescription(ExternalContentType type)
static void Get(string address, Dictionary< string, string > parameters, Dictionary< string, string > headers, CancellableProgress progress, Action< byte[]> success, Action< Exception > failure)