Disconnect(IPort, IPort)
Removes the wire connection between two ports.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public bool Disconnect(IPort output, IPort input)
Parameters
Returns
Type | Description |
|---|---|
| bool | true if a connection (wire or portal) existed and was removed; otherwise false. |
Remarks
This method removes direct wires and any Portals that serve only this specific connection. Enclose this method with Graph.UndoBeginRecordGraph and Graph.UndoEndRecordGraph to add this operation to the undo stack and to update the graph view with the changes.