3 using System.Collections.Generic;
4 using System.ComponentModel;
5 using SiliconStudio.Core;
6 using SiliconStudio.Core.IO;
8 namespace SiliconStudio.Assets
13 [DataContract(
"RawImport")]
18 Patterns =
new List<string>();
39 public List<string> Patterns {
get;
private set; }
Defines a normalized directory path. See UPath for details. This class cannot be inherited.
Base class that describes a uniform path and provides method to manipulate them. Concrete class are U...
Describes a raw import, as used in project file.
UPathRelativeTo
Enum UPathRelativeTo