Texture:getHeight
Returns the height of the Texture.
height = Texture:getHeight(mipmap)
Arguments
Name | Type | Default | Description |
mipmap | number | 1 | The mipmap level to get the height of. |
Returns
Name | Type | Description |
height | number | The height of the Texture, in pixels. |
See also
Texture