(ref Float2 startPos, ref Float2 endPos, ref Color color)
| 752 | |
| 753 | /// <inheritdoc /> |
| 754 | public void DrawConnectingLine(ref Float2 startPos, ref Float2 endPos, ref Color color) |
| 755 | { |
| 756 | OutputBox.DrawConnection(Surface.Style, ref startPos, ref endPos, ref color, OutputBox.ConnectingConnectionThickness); |
| 757 | } |
| 758 | |
| 759 | /// <inheritdoc /> |
| 760 | public void Connect(IConnectionInstigator other) |
nothing calls this directly
no test coverage detected