Search Results for

    Show / Hide Table of Contents

    Class NodeGroupHandler

    Inheritance
    object
    NodeGroupHandler
    NodeGroupHandler<TGroup>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Editor.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class NodeGroupHandler

    Constructors

    NodeGroupHandler(CeresGraphView)

    Declaration
    protected NodeGroupHandler(CeresGraphView graphView)
    Parameters
    Type Name Description
    CeresGraphView graphView

    Properties

    GraphView

    Declaration
    protected CeresGraphView GraphView { get; }
    Property Value
    Type Description
    CeresGraphView

    Methods

    CreateGroup(Rect, NodeGroup)

    Declaration
    public abstract Group CreateGroup(Rect rect, NodeGroup dataData = null)
    Parameters
    Type Name Description
    Rect rect
    NodeGroup dataData
    Returns
    Type Description
    Group

    DoGroup()

    Declaration
    public virtual void DoGroup()

    DoUnGroup()

    Declaration
    public abstract void DoUnGroup()

    RestoreGroups(List<NodeGroup>)

    Declaration
    public List<Group> RestoreGroups(List<NodeGroup> nodeGroups)
    Parameters
    Type Name Description
    System.Collections.Generic.List<T><NodeGroup> nodeGroups
    Returns
    Type Description
    System.Collections.Generic.List<T><Group>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX