| 1234567891011121314151617181920 |
- return {
- summary = 'Different styles to draw shapes.',
- description = 'Whether a shape should be drawn filled or outlined.',
- values = {
- {
- name = 'fill',
- description = 'The shape will be filled in (the default).'
- },
- {
- name = 'line',
- description = 'The shape will be outlined.'
- }
- },
- related = {
- 'Pass:plane',
- 'Pass:cube',
- 'Pass:box',
- 'Pass:circle'
- }
- }
|