Search Results for

    Show / Hide Table of Contents

    Class IAssetUpgrader

    The assets upgrading objects interface.

    Inheritance
    IAssetUpgrader
    Assembly: FlaxEngine.dll
    File: Engine/Content/Upgraders/IAssetUpgrader.h
    Syntax
    public class IAssetUpgrader

    Constructors

    ~IAssetUpgrader()

    Finalizes an instance of the IAssetUpgrader class.

    Declaration
    public virtual ~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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat