lovr.graphics.getLineWidth
Returns the current line width.
width = lovr.graphics.getLineWidth()
Arguments
None
Returns
Name | Type | Description |
width | number | The current line width, in pixels. |
Notes
The default line width is 1
.
See also
lovr.graphics.line
lovr.graphics.setLineWidth
lovr.graphics