Show / Hide Table of Contents

Interface IEdgeConnectorListener

Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public interface IEdgeConnectorListener

Methods

| Improve this Doc View Source

OnDrop(GraphView, Edge)

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

OnDropOutsidePort(Edge, Vector2)

Declaration
void OnDropOutsidePort(Edge edge, Vector2 position)
Parameters
Type Name Description
Edge edge
Vector2 position

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX