MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / DrawConnectingLine

Method DrawConnectingLine

Source/Editor/Surface/Elements/Box.cs:754–757  ·  view source on GitHub ↗

(ref Float2 startPos, ref Float2 endPos, ref Color color)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

DrawConnectionMethod · 0.80

Tested by

no test coverage detected