| 123456789101112131415161718 |
- return {
- tag = 'texture-metadata',
- summary = 'Get the type of the Texture.',
- description = 'Returns the type of the texture.',
- arguments = {},
- returns = {
- type = {
- type = 'TextureType',
- description = 'The type of the Texture.'
- }
- },
- variants = {
- {
- arguments = {},
- returns = { 'type' }
- }
- }
- }
|