Table of Contents

Class NodeGroupHandler

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public abstract class NodeGroupHandler
Inheritance
NodeGroupHandler
Derived
Inherited Members

Constructors

NodeGroupHandler(CeresGraphView)

protected NodeGroupHandler(CeresGraphView graphView)

Parameters

graphView CeresGraphView

Properties

GraphView

protected CeresGraphView GraphView { get; }

Property Value

CeresGraphView

Methods

CreateGroup(Rect, NodeGroup)

public abstract Group CreateGroup(Rect rect, NodeGroup dataData = null)

Parameters

rect Rect
dataData NodeGroup

Returns

Group

DoGroup()

public virtual void DoGroup()

DoUnGroup()

public abstract void DoUnGroup()

RestoreGroups(List<NodeGroup>)

public List<Group> RestoreGroups(List<NodeGroup> nodeGroups)

Parameters

nodeGroups List<NodeGroup>

Returns

List<Group>