Table of Contents

Class CeresEdgeListener

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll

Edge listener connecting CeresEdge between CeresPortElement

public class CeresEdgeListener : IEdgeConnectorListener
Inheritance
CeresEdgeListener
Implements
IEdgeConnectorListener
Inherited Members

Constructors

CeresEdgeListener(CeresGraphView)

public CeresEdgeListener(CeresGraphView ceresGraphView)

Parameters

ceresGraphView CeresGraphView

Methods

OnDrop(GraphView, Edge)

public void OnDrop(GraphView graphView, Edge edge)

Parameters

graphView GraphView
edge Edge

OnDropOutsidePort(Edge, Vector2)

public void OnDropOutsidePort(Edge edge, Vector2 position)

Parameters

edge Edge
position Vector2