![]() |
Paradox Game Engine
v1.0.0 beta06
|
Describes a template folder. More...
Public Member Functions | |
TemplateFolder () | |
Initializes a new instance of the TemplateFolder class. More... | |
TemplateFolder (UDirectory path) | |
Initializes a new instance of the TemplateFolder class. More... | |
Properties | |
UDirectory | Path [get, set] |
Gets or sets the folder relative to the package where templates are available. More... | |
UDirectory | Group [get, set] |
Gets or sets the group (used when building a package archive) More... | |
string | Exclude [get, set] |
Gets or sets the exclude pattern to exclude files from package archive. More... | |
List< UFile > | Files [get, set] |
Gets or sets the files. More... | |
Describes a template folder.
Definition at line 14 of file TemplateFolder.cs.
SiliconStudio.Assets.TemplateFolder.TemplateFolder | ( | ) |
Initializes a new instance of the TemplateFolder class.
Definition at line 19 of file TemplateFolder.cs.
SiliconStudio.Assets.TemplateFolder.TemplateFolder | ( | UDirectory | path | ) |
Initializes a new instance of the TemplateFolder class.
path | The path. |
Definition at line 27 of file TemplateFolder.cs.
|
getset |
Gets or sets the exclude pattern to exclude files from package archive.
The exclude.
Definition at line 55 of file TemplateFolder.cs.
|
getset |
|
getset |
Gets or sets the group (used when building a package archive)
The group.
Definition at line 47 of file TemplateFolder.cs.
|
getset |
Gets or sets the folder relative to the package where templates are available.
The path.
Definition at line 38 of file TemplateFolder.cs.