 | EditorUtilsDrawNodeCurve Method (Rect, Vector3) |
Draws a curve from the start to the end position.
Namespace:
Gamelogic.Extensions.Editor.Internal
Assembly:
Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntaxpublic static void DrawNodeCurve(
Rect start,
Vector3 endPosition
)
Parameters
- start
- Type: Rect
The start rectangle. - endPosition
- Type: Vector3
The end position.
See Also