docs.unity.cn
    Show / Hide Table of Contents

    Method DidChange

    DidChange(UInt32, UInt32)

    Test whether two version numbers indicate that a change has occurred.

    Declaration
    public static bool DidChange(uint changeVersion, uint requiredVersion)
    Parameters
    Type Name Description
    UInt32 changeVersion

    The newer/current version number

    UInt32 requiredVersion

    The previous version number.

    Returns
    Type Description
    Boolean

    True if changeVersion is greater than requiredVersion, or if requiredVersion is zero.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023