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