![]() |
Paradox Game Engine
v1.0.0 beta06
|
Associates a file extension (e.g '.pfxfont') with a particular Asset. More...
Public Member Functions | |
AssetFileExtensionAttribute (string fileExtensions) | |
Initializes a new instance of the AssetFileExtensionAttribute class. More... | |
Properties | |
string | FileExtensions [get] |
Gets the file extensions supported by a type of asset.. More... | |
Associates a file extension (e.g '.pfxfont') with a particular Asset.
Definition at line 11 of file AssetFileExtensionAttribute.cs.
SiliconStudio.Assets.AssetFileExtensionAttribute.AssetFileExtensionAttribute | ( | string | fileExtensions | ) |
Initializes a new instance of the AssetFileExtensionAttribute class.
fileExtensions | The extension. |
Definition at line 19 of file AssetFileExtensionAttribute.cs.
|
get |
Gets the file extensions supported by a type of asset..
The extension.
Definition at line 29 of file AssetFileExtensionAttribute.cs.