Summary
Draws a line.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- AnimancerGUI
Syntax
public static void DrawLineBatched(Vector2 a, Vector2 b, float width)
Remarks
Must be called after
Animancer.Editor.AnimancerGUI.BeginTriangles(UnityEngine.Color)
and before Animancer.Editor.AnimancerGUI.EndTriangles
.Parameters
Name | Type | Description |
---|---|---|
a | Vector2 | |
b | Vector2 | |
width | float |
Return Value
Type | Description |
---|---|
void |