| 1234567891011121314 |
- return {
- summary = 'Get the draw mode of the Mesh.',
- description = [[
- Get the draw mode of the Mesh, which controls how the vertices are connected together.
- ]],
- arguments = {},
- returns = {
- {
- name = 'mode',
- type = 'DrawMode',
- description = 'The draw mode of the Mesh.'
- }
- }
- }
|