| Parameter | Description |
|---|---|
| output | The output port to disconnect. |
| input | The input port to disconnect. |
bool true if a connection (wire or portal) existed and was removed; otherwise false.
Removes the wire connection between two ports.
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.