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

Attribute to define for a IAssetFactory for a Asset. More...

Inheritance diagram for SiliconStudio.Assets.AssetFactoryAttribute:
Attribute

Public Member Functions

 AssetFactoryAttribute (Type type)
 Initializes a new instance of the SiliconStudio.Assets.AssetFactoryAttribute class. More...
 
 AssetFactoryAttribute (string typeName)
 Initializes a new instance of the SiliconStudio.Assets.AssetFactoryAttribute class. More...
 

Properties

string FactoryTypeName [get]
 Gets the name of the SiliconStudio.Assets.AssetFactoryAttribute type More...
 

Detailed Description

Attribute to define for a IAssetFactory for a Asset.

Definition at line 11 of file AssetFactoryAttribute.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.AssetFactoryAttribute.AssetFactoryAttribute ( Type  type)

Initializes a new instance of the SiliconStudio.Assets.AssetFactoryAttribute class.

Parameters
typeThe type must be of type IAssetFactory.

Definition at line 28 of file AssetFactoryAttribute.cs.

SiliconStudio.Assets.AssetFactoryAttribute.AssetFactoryAttribute ( string  typeName)

Initializes a new instance of the SiliconStudio.Assets.AssetFactoryAttribute class.

Parameters
typeNameThe type must be of type IAssetFactory.

Definition at line 37 of file AssetFactoryAttribute.cs.

Property Documentation

string SiliconStudio.Assets.AssetFactoryAttribute.FactoryTypeName
get

Gets the name of the SiliconStudio.Assets.AssetFactoryAttribute type

The name of the serializable type.

Definition at line 20 of file AssetFactoryAttribute.cs.


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