getProperties.lua 349 B

1234567891011121314151617
  1. return {
  2. summary = 'Get the properties of the Material.',
  3. description = 'Returns the properties of the Material in a table.',
  4. arguments = {},
  5. returns = {
  6. properties = {
  7. type = 'table',
  8. description = 'The Material properties.'
  9. }
  10. },
  11. variants = {
  12. {
  13. arguments = {},
  14. returns = { 'properties' }
  15. }
  16. }
  17. }