Class DebugDraw
Helpers for drawing shapes for debugging purposes.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class DebugDraw
Methods
| Name | Description |
|---|---|
| Polygon(List<Vector3>, Color, float) | Draws a line around a polygonal shape. |
| Polygon(Vector3[], Color, float) | Draws a line following a set of points. |