Table of Contents

Method DrawNodeCurve

Namespace
Gamelogic.Extensions.Editor.Internal
Assembly
Gamelogic.Extensions.Editor.dll

DrawNodeCurve(Rect, Rect)

Draws a curve from the start to the end rectangles.

public static void DrawNodeCurve(Rect start, Rect end)

Parameters

start Rect

The start rectangle.

end Rect

The end rectangle.

DrawNodeCurve(Rect, Vector3)

Draws a curve from the start to the end position.

public static void DrawNodeCurve(Rect start, Vector3 endPosition)

Parameters

start Rect

The start rectangle.

endPosition Vector3

The end position.