| 12345678910111213141516 |
- return {
- summary = 'Get the pixel format of the TextureData.',
- description = 'Returns the format of the TextureData.',
- arguments = {},
- returns = {
- {
- name = 'format',
- type = 'TextureFormat',
- description = 'The format of the TextureData.'
- }
- },
- related = {
- 'TextureFormat',
- 'Texture:getFormat'
- }
- }
|