![]() |
Paradox Game Engine
v1.0.0 beta06
|
Describes what format version this asset currently uses, for asset upgrading. More...
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] |
Describes what format version this asset currently uses, for asset upgrading.
Definition at line 9 of file AssetFormatVersionAttribute.cs.
| SiliconStudio.Assets.AssetFormatVersionAttribute.AssetFormatVersionAttribute | ( | int | version, |
| params Type[] | assetUpdaterTypes | ||
| ) |
Definition at line 11 of file AssetFormatVersionAttribute.cs.
|
getset |
Definition at line 25 of file AssetFormatVersionAttribute.cs.
|
getset |
Gets the current format version of this asset.
The current format version of this asset.
Definition at line 23 of file AssetFormatVersionAttribute.cs.