DrawDebugPoints Method
DrawDebugPoints(Rect, Pen)
Draws debug points on the corners of the specified rectangle.
Declaration
[Conditional("DEBUG")]
public void DrawDebugPoints(Rect rect, Pen pen = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | rect | |
| Pen | pen | Color of the debug points. if |