Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.TemplateFolder Class Reference

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< UFileFiles [get, set]
 Gets or sets the files. More...
 

Detailed Description

Describes a template folder.

Definition at line 14 of file TemplateFolder.cs.

Constructor & Destructor Documentation

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.

Parameters
pathThe path.

Definition at line 27 of file TemplateFolder.cs.

Property Documentation

string SiliconStudio.Assets.TemplateFolder.Exclude
getset

Gets or sets the exclude pattern to exclude files from package archive.

The exclude.

Definition at line 55 of file TemplateFolder.cs.

List<UFile> SiliconStudio.Assets.TemplateFolder.Files
getset

Gets or sets the files.

The files.

Definition at line 62 of file TemplateFolder.cs.

UDirectory SiliconStudio.Assets.TemplateFolder.Group
getset

Gets or sets the group (used when building a package archive)

The group.

Definition at line 47 of file TemplateFolder.cs.

UDirectory SiliconStudio.Assets.TemplateFolder.Path
getset

Gets or sets the folder relative to the package where templates are available.

The path.

Definition at line 38 of file TemplateFolder.cs.


The documentation for this class was generated from the following file: