|
| static void | Initialize () |
| |
| static ExternalContentType | ExtensionToType (string extension) |
| |
| static IEnumerable< string > | GetEntryTypeExtensions (ExternalContentType type) |
| |
| static Subtexture | GetEntryTypeIcon (ExternalContentType type) |
| |
| static string | GetEntryTypeDescription (ExternalContentType type) |
| |
| static bool | IsEntryTypeDownloadSupported (ExternalContentType type) |
| |
| static bool | DoesEntryTypeRequireName (ExternalContentType type) |
| |
| static Exception | VerifyExternalContentName (string name) |
| |
| static void | DeleteExternalContent (ExternalContentType type, string name) |
| |
| static void | ImportExternalContent (Stream stream, ExternalContentType type, string name, Action< string > success, Action< Exception > failure) |
| |
| static string | ImportExternalContentSync (Stream stream, ExternalContentType type, string name) |
| |
| static void | ShowLoginUiIfNeeded (IExternalContentProvider provider, bool showWarningDialog, Action handler) |
| |
| static void | ShowUploadUi (ExternalContentType type, string name) |
| |