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