docs.unity.cn
    Show / Hide Table of Contents

    Delegate UpgradeModule.Patch

    Delegate Patch

    Namespace: Mechatronics.SystemGraph
    Syntax
    public delegate bool Patch(SystemGraphData ctx, VersionedStruct upgradedStruct);
    Parameters
    Type Name Description
    SystemGraphData ctx

    The SystemGraphData context.

    VersionedStruct upgradedStruct

    The upgraded structure.

    Returns
    Type Description
    Boolean

    true if patch happened, false otherwise.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use