docs.unity.cn
    Show / Hide Table of Contents

    Delegate GraphGenerator.SerializationHandlers.AddNode

    Delegate AddNode

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

    The graph descriptor.

    NodeDescriptor desc

    The node descriptor.

    Returns
    Type Description
    Boolean

    true if add node succeeded, false otherwise.

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