docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate GraphTree.TraverseDelegate

    Delegate TraverseDelegate

    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    public delegate bool GraphTree.TraverseDelegate(GraphTree.TreeNode srcNode, GraphTree.TreeNode curNode)
    Parameters
    Type Name Description
    GraphTree.TreeNode srcNode

    The source node.

    GraphTree.TreeNode curNode

    The current node.

    Returns
    Type Description
    bool

    true if traversal succeeded, false otherwise.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)