4 using System.Collections.Generic;
5 using System.Diagnostics;
6 using SiliconStudio.Core.Diagnostics;
7 using SiliconStudio.Core.IO;
9 namespace SiliconStudio.Assets
14 [DebuggerDisplay(
"Import [{File}] Importers [{ByImporters.Count}]")]
17 private readonly
UFile file;
26 if (file == null)
throw new ArgumentNullException(
"file");
28 ByImporters =
new List<AssetToImportByImporter>();
48 public List<AssetToImportByImporter> ByImporters {
get;
private set; }
54 public bool Enabled {
get; set; }
Defines a normalized directory path. See UPath for details. This class cannot be inherited.
A raw asset being imported that will generate possibly multiple AssetItem
A package managing assets.
Defines a normalized file path. See UPath for details. This class cannot be inherited.