Show / Hide Table of Contents

Class EdgeConnectorListener

Inheritance
System.Object
EdgeConnectorListener
Implements
UnityEditor.Experimental.GraphView.IEdgeConnectorListener
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Editor.dll
Syntax
public sealed class EdgeConnectorListener : IEdgeConnectorListener

Constructors

| Improve this Doc View Source

EdgeConnectorListener(BaseGraphView)

Declaration
public EdgeConnectorListener(BaseGraphView graphView)
Parameters
Type Name Description
BaseGraphView graphView

Methods

| Improve this Doc View Source

OnDrop(GraphView, Edge)

Declaration
public void OnDrop(GraphView graphView, Edge edge)
Parameters
Type Name Description
UnityEditor.Experimental.GraphView.GraphView graphView
UnityEditor.Experimental.GraphView.Edge edge
| Improve this Doc View Source

OnDropOutsidePort(Edge, Vector2)

Declaration
public void OnDropOutsidePort(Edge edge, Vector2 position)
Parameters
Type Name Description
UnityEditor.Experimental.GraphView.Edge edge
UnityEngine.Vector2 position

Implements

UnityEditor.Experimental.GraphView.IEdgeConnectorListener
  • Improve this Doc
  • View Source
Back to top Generated by DocFX