Summary
Draws a line between the `start` and `end` using the `color`.
		- Assembly
 - Animancer
.dll  - Namespace
 - Animancer
.Editor  - Containing Type
 - ReadMe
.Editor  
Syntax
public static void DrawLine(Vector2 start, Vector2 end, Color color)
	Parameters
| Name | Type | Description | 
|---|---|---|
| start | Vector2 | |
| end | Vector2 | |
| color | Color | 
Return Value
| Type | Description | 
|---|---|
| void |