Class DrawUtils
DrawUtils handles drawing of primitives for custom VisualElements.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public static class DrawUtils
Methods
Name | Description |
---|---|
DrawLine(List<ushort>, List<Vertex>, Vector2, Vector2, float, Color, Color) | Draws a line. |
DrawLineStitched(float, List<ushort>, List<Vertex>, Vector2, Vector2, float, Color, Color) | Draws the line stitched to the previous line |
DrawQuadGradient(List<ushort>, List<Vertex>, Vector2[], Color, Color) | Draws a quad with color gradient. |