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

Associates a file extension (e.g '.pfxfont') with a particular Asset. More...

Inheritance diagram for SiliconStudio.Assets.AssetFileExtensionAttribute:
Attribute

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

Detailed Description

Associates a file extension (e.g '.pfxfont') with a particular Asset.

Definition at line 11 of file AssetFileExtensionAttribute.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.AssetFileExtensionAttribute.AssetFileExtensionAttribute ( string  fileExtensions)

Initializes a new instance of the AssetFileExtensionAttribute class.

Parameters
fileExtensionsThe extension.

Definition at line 19 of file AssetFileExtensionAttribute.cs.

Property Documentation

string SiliconStudio.Assets.AssetFileExtensionAttribute.FileExtensions
get

Gets the file extensions supported by a type of asset..

The extension.

Definition at line 29 of file AssetFileExtensionAttribute.cs.


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