Search Results for

    Show / Hide Table of Contents

    Class NodeGroup

    Inheritance
    object
    NodeGroup
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class NodeGroup

    Fields

    childNodes

    Declaration
    public List<string> childNodes
    Field Value
    Type Description
    System.Collections.Generic.List<T><string>

    position

    Declaration
    public Vector2 position
    Field Value
    Type Description
    Vector2

    title

    Declaration
    public string title
    Field Value
    Type Description
    string

    Methods

    ContainsNode(CeresNode)

    Declaration
    public bool ContainsNode(CeresNode ceresNode)
    Parameters
    Type Name Description
    CeresNode ceresNode
    Returns
    Type Description
    bool
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX