| 123456789101112 |
- return {
- summary = 'Get the Material applied to the Mesh.',
- description = 'Get the Material applied to the Mesh.',
- arguments = {},
- returns = {
- {
- name = 'material',
- type = 'Material',
- description = 'The current material applied to the Mesh.'
- }
- }
- }
|