![]() |
Paradox Game Engine
v1.0.0 beta06
|
Associates user-friendly names and descriptions to an asset type. More...
Public Member Functions | |
AssetDescriptionAttribute (string displayName, string description, bool dynamicThumbnails) | |
Initializes a new instance of the AssetDescriptionAttribute class. More... | |
AssetDescriptionAttribute (string displayName, string description) | |
Initializes a new instance of the AssetDescriptionAttribute class. More... | |
Properties | |
string | DisplayName [get] |
Gets the display name of the asset More... | |
string | Description [get] |
Gets a description of the asset. More... | |
bool | DynamicThumbnails [get] |
Gets whether the thumbnails of the asset type are dynamic and should be regenerated each time a property changes. More... | |
Associates user-friendly names and descriptions to an asset type.
Definition at line 11 of file AssetDescriptionAttribute.cs.
SiliconStudio.Assets.AssetDescriptionAttribute.AssetDescriptionAttribute | ( | string | displayName, |
string | description, | ||
bool | dynamicThumbnails | ||
) |
Initializes a new instance of the AssetDescriptionAttribute class.
displayName | A user-friendly name describing the asset type. |
description | A sentence describing the purpose of the asset type. |
dynamicThumbnails | Indicates that the thumbnails of the asset type are dynamic and should be regenerated each time a property changes. |
Definition at line 36 of file AssetDescriptionAttribute.cs.
SiliconStudio.Assets.AssetDescriptionAttribute.AssetDescriptionAttribute | ( | string | displayName, |
string | description | ||
) |
Initializes a new instance of the AssetDescriptionAttribute class.
displayName | A user-friendly name describing the asset type. |
description | A sentence describing the purpose of the asset type. |
Definition at line 46 of file AssetDescriptionAttribute.cs.
|
get |
Gets a description of the asset.
Definition at line 23 of file AssetDescriptionAttribute.cs.
|
get |
Gets the display name of the asset
Definition at line 18 of file AssetDescriptionAttribute.cs.
|
get |
Gets whether the thumbnails of the asset type are dynamic and should be regenerated each time a property changes.
Definition at line 28 of file AssetDescriptionAttribute.cs.