Shader.draw_2d_box
- Shader.draw_2d_box(box_coords, width, height)[source]
Draw a 2D box. Mostly used for box selection.
- Parameters:
- box_coordstuple[float, float, float, float]
The coordinates of the box. The coordinates are in the format of (x1, y1, x2, y2).
- widthint
The width of the viewport.
- heightint
The height of the viewport.