4 using System.Collections.Generic;
5 using System.Diagnostics;
6 using SiliconStudio.Core.IO;
8 namespace SiliconStudio.Assets
35 string Description {
get; }
41 string SupportedFileExtensions {
get; }
55 int DisplayRank {
get; }
69 if (file == null)
throw new ArgumentNullException(
"file");
72 return FileUtility.GetFileExtensionsAsSet(importer.SupportedFileExtensions).Contains(file.
GetFileExtension());
static bool IsSupportingFile(this IAssetImporter importer, UFile file)
Parameters used by IAssetImporter.Import
string GetFileExtension()
Gets the extension of the file. Can be null.
Imports a raw asset into the asset system.
Defines a normalized file path. See UPath for details. This class cannot be inherited.