| 1234567891011121314151617 |
- return {
- summary = 'Get the width of the TextureData.',
- description = 'Returns the width of the TextureData, in pixels.',
- arguments = {},
- returns = {
- {
- name = 'width',
- type = 'number',
- description = 'The width of the TextureData, in pixels.'
- }
- },
- related = {
- 'TextureData:getHeight',
- 'TextureData:getDimensions',
- 'Texture:getWidth'
- }
- }
|