Views
love.graphics.setPoint
Sets the point size and style.
Contents |
Function
Synopsis
love.graphics.setPoint( size, style )
Arguments
number size
- The new point size.
PointStyle style
- The new point style.
Returns
Nothing.
Sets the point size and style.
Contents |
number size
PointStyle style
Nothing.