![]() |
Paradox Game Engine
v1.0.0 beta06
|
Description of a template generator that can be displayed in the GameStudio. More...
Public Member Functions | |
TemplateDescription () | |
Initializes a new instance of the TemplateDescription class. More... | |
Public Attributes | |
const string | FileExtension = ".pdxtpl" |
The file extension used when loading/saving this template description. More... | |
Properties | |
Guid | Id [get, set] |
Gets or sets the unique identifier. More... | |
string | Name [get, set] |
Gets or sets the short name of this template More... | |
TemplateScope | Scope [get, set] |
Gets or sets the scope of this template. More... | |
int | Order [get, set] |
Gets or sets the order (lower value means higher order) More... | |
string | Group [get, set] |
Gets or sets the group. More... | |
UFile | Icon [get, set] |
Gets or sets the icon/bitmap. More... | |
List< UFile > | Screenshots [get, set] |
Gets the screenshots. More... | |
string | Description [get, set] |
Gets or sets the description. More... | |
string | FullDescription [get, set] |
Gets or sets a longer description. More... | |
string | DefaultOutputName [get, set] |
Gets or set the default name for the output package/library. More... | |
TemplateStatus | Status [get, set] |
Gets or sets the status. More... | |
bool | IsDirty [get, set] |
UFile | FullPath [get, set] |
UDirectory | TemplateDirectory [get] |
Gets the directory from where this template was loaded More... | |
![]() | |
UFile | FullPath [get] |
Gets the full path on disk where this instance is stored. More... | |
![]() | |
bool | IsDirty [get, set] |
Gets or sets a value indicating whether this instance is dirty. More... | |
Description of a template generator that can be displayed in the GameStudio.
Definition at line 17 of file TemplateDescription.cs.
SiliconStudio.Assets.Templates.TemplateDescription.TemplateDescription | ( | ) |
Initializes a new instance of the TemplateDescription class.
Definition at line 27 of file TemplateDescription.cs.
const string SiliconStudio.Assets.Templates.TemplateDescription.FileExtension = ".pdxtpl" |
The file extension used when loading/saving this template description.
Definition at line 22 of file TemplateDescription.cs.
|
getset |
Gets or set the default name for the output package/library.
The default output name.
Definition at line 106 of file TemplateDescription.cs.
|
getset |
Gets or sets the description.
The description.
Definition at line 91 of file TemplateDescription.cs.
|
getset |
Gets or sets a longer description.
The longer description.
Definition at line 99 of file TemplateDescription.cs.
|
getset |
Definition at line 122 of file TemplateDescription.cs.
|
getset |
|
getset |
|
getset |
Gets or sets the unique identifier.
The identifier.
Definition at line 37 of file TemplateDescription.cs.
|
getset |
Definition at line 118 of file TemplateDescription.cs.
|
getset |
Gets or sets the short name of this template
The name.
Definition at line 44 of file TemplateDescription.cs.
|
getset |
Gets or sets the order (lower value means higher order)
The order.
Definition at line 60 of file TemplateDescription.cs.
|
getset |
Gets or sets the scope of this template.
The context.
Definition at line 52 of file TemplateDescription.cs.
|
getset |
|
getset |
|
get |
Gets the directory from where this template was loaded
The resource directory.
Definition at line 130 of file TemplateDescription.cs.