![]() |
Paradox Game Engine
v1.0.0 beta06
|
Attribute to define for a IAssetFactory for a Asset. More...
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... | |
Attribute to define for a IAssetFactory for a Asset.
Definition at line 11 of file AssetFactoryAttribute.cs.
SiliconStudio.Assets.AssetFactoryAttribute.AssetFactoryAttribute | ( | Type | type | ) |
Initializes a new instance of the SiliconStudio.Assets.AssetFactoryAttribute class.
type | The 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.
typeName | The type must be of type IAssetFactory. |
Definition at line 37 of file AssetFactoryAttribute.cs.
|
get |
Gets the name of the SiliconStudio.Assets.AssetFactoryAttribute type
The name of the serializable type.
Definition at line 20 of file AssetFactoryAttribute.cs.