Texture:getHeight

Edit

Returns the height of the Texture, in pixels.

height = Texture:getHeight()

Arguments

None

Returns

NameTypeDescription
heightnumber The height of the Texture, in pixels.

See also