4 using System.Collections.Generic;
5 using SiliconStudio.Core.IO;
7 namespace SiliconStudio.Assets
11 public abstract Guid Id {
get; }
13 public virtual string Name
17 return GetType().Name;
21 public abstract string Description {
get; }
23 public abstract string SupportedFileExtensions {
get; }
25 public virtual int DisplayRank
Parameters used by IAssetImporter.Import
Imports a raw asset into the asset system.
Defines a normalized file path. See UPath for details. This class cannot be inherited.