Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

IEdgeConnectorListener.OnDropOutsidePort

Declaration

public void OnDropOutsidePort(Experimental.GraphView.Edge edge, Vector2 position);

Parameters

edge The edge being dropped.
position The position in empty space the edge is dropped on.

Description

Called when edge is dropped in empty space.