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

Describes what format version this asset currently uses, for asset upgrading. More...

Inheritance diagram for SiliconStudio.Assets.AssetFormatVersionAttribute:

Public Member Functions

 AssetFormatVersionAttribute (int version, params Type[] assetUpdaterTypes)
 

Properties

int Version [get, set]
 Gets the current format version of this asset. More...
 
Type[] AssetUpdaterTypes [get, set]
 

Detailed Description

Describes what format version this asset currently uses, for asset upgrading.

Definition at line 9 of file AssetFormatVersionAttribute.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.AssetFormatVersionAttribute.AssetFormatVersionAttribute ( int  version,
params Type[]  assetUpdaterTypes 
)

Definition at line 11 of file AssetFormatVersionAttribute.cs.

Property Documentation

Type [] SiliconStudio.Assets.AssetFormatVersionAttribute.AssetUpdaterTypes
getset

Definition at line 25 of file AssetFormatVersionAttribute.cs.

int SiliconStudio.Assets.AssetFormatVersionAttribute.Version
getset

Gets the current format version of this asset.

The current format version of this asset.

Definition at line 23 of file AssetFormatVersionAttribute.cs.


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