getMaterial.lua 283 B

123456789101112
  1. return {
  2. summary = 'Get the Material applied to the Mesh.',
  3. description = 'Get the Material applied to the Mesh.',
  4. arguments = {},
  5. returns = {
  6. {
  7. name = 'material',
  8. type = 'Material',
  9. description = 'The current material applied to the Mesh.'
  10. }
  11. }
  12. }