docs.unity.cn
    Show / Hide Table of Contents

    Delegate GraphGenerator.SerializationHandlers.AddEdge

    Delegate AddEdge

    Namespace: Mechatronics.SystemGraph
    Syntax
    public delegate bool AddEdge(GraphDescriptor graph, EdgeDescriptor desc);
    Parameters
    Type Name Description
    GraphDescriptor graph

    The graph.

    EdgeDescriptor desc

    The desc.

    Returns
    Type Description
    Boolean

    true if add edge succeeded, false otherwise.

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