| 1234567891011121314151617 |
- return {
- tag = 'graphicsState',
- summary = 'Get the point size.',
- description = 'Returns the current point size.',
- arguments = {},
- returns = {
- {
- name = 'size',
- type = 'number',
- description = 'The current point size, in pixels.'
- }
- },
- related = {
- 'lovr.graphics.points'
- },
- notes = 'The default point size is `1.0`.'
- }
|