Click or drag to resize

EditorUtilsDrawNodeCurve Method (Rect, Rect)

Draws a curve from the start to the end rectangles.

Namespace:  Gamelogic.Extensions.Editor.Internal
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
public static void DrawNodeCurve(
	Rect start,
	Rect end
)

Parameters

start
Type: Rect
The start rectangle.
end
Type: Rect
The end rectangle.
See Also