3 using System.Collections.Generic;
4 using System.ComponentModel;
5 using SiliconStudio.Core;
6 using SiliconStudio.Core.IO;
8 namespace SiliconStudio.Assets
13 [DataContract(
"TemplateFolder")]
30 Files =
new List<UFile>();
55 public string Exclude {
get; set; }
62 public List<UFile> Files {
get;
private set; }
TemplateFolder(UDirectory path)
Initializes a new instance of the TemplateFolder class.
TemplateFolder()
Initializes a new instance of the TemplateFolder class.
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 template folder.
UPathRelativeTo
Enum UPathRelativeTo