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
DrawNodeCurve(Rect, Vector3)
Draws a curve from the start to the end position.
public static void DrawNodeCurve(Rect start, Vector3 endPosition)