Class IAssetUpgrader
The assets upgrading objects interface.
Inheritance
IAssetUpgrader
    Assembly: FlaxEngine.dll
File: Engine/Content/Upgraders/IAssetUpgrader.h
Syntax
public class IAssetUpgrader
  Constructors
~IAssetUpgrader()
Methods
ShouldUpgrade(uint32 serializedVersion)
Checks if given asset version should be converted.
Declaration
public virtual bool ShouldUpgrade(uint32 serializedVersion) const = 0
  Parameters
| 
        uint32
        serializedVersion
         The serialized version.  | 
    
Returns
| 
        bool
         True if perform conversion, otherwise false.  |