docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphTree.TreeNode

    Description of a node in the tree data structure representing the graph Level describes the preferred horizontal coordinate of the node in variable node unit Rank describes the preferred vertical coordinate of the node in variable node unit

    Inheritance
    object
    GraphTree.TreeNode
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    public class GraphTree.TreeNode

    Fields

    Name Description
    level

    The level; Left is negative, 0 center, Right is positive

    nextSide

    The next side for neighbors: All, Left, Right

    node

    The node descriptor for this TreeNode

    prevSide

    The previous side for neighbors: All, Left, Right

    rank

    The rank; Vertical position rank

    sameSideConnected

    Array that describes which sides are connected to this node: Undefined, Left, Right

    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)