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

Associates user-friendly names and descriptions to an asset type. More...

Inheritance diagram for SiliconStudio.Assets.AssetDescriptionAttribute:

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...
 

Detailed Description

Associates user-friendly names and descriptions to an asset type.

Definition at line 11 of file AssetDescriptionAttribute.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.AssetDescriptionAttribute.AssetDescriptionAttribute ( string  displayName,
string  description,
bool  dynamicThumbnails 
)

Initializes a new instance of the AssetDescriptionAttribute class.

Parameters
displayNameA user-friendly name describing the asset type.
descriptionA sentence describing the purpose of the asset type.
dynamicThumbnailsIndicates 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.

Parameters
displayNameA user-friendly name describing the asset type.
descriptionA sentence describing the purpose of the asset type.

Definition at line 46 of file AssetDescriptionAttribute.cs.

Property Documentation

string SiliconStudio.Assets.AssetDescriptionAttribute.Description
get

Gets a description of the asset.

Definition at line 23 of file AssetDescriptionAttribute.cs.

string SiliconStudio.Assets.AssetDescriptionAttribute.DisplayName
get

Gets the display name of the asset

Definition at line 18 of file AssetDescriptionAttribute.cs.

bool SiliconStudio.Assets.AssetDescriptionAttribute.DynamicThumbnails
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.


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