Texture:getFormat
EditReturns the format of the texture.
format = Texture:getFormat()
Arguments
None
Returns
Name | Type | Description |
format | TextureFormat | The format of the Texture. |
See also
Texture
Returns the format of the texture.
format = Texture:getFormat()
None
Name | Type | Description |
format | TextureFormat | The format of the Texture. |
Texture