Difference between revisions of "TextureBase:getHeight"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
'''<translate>Available since</translate>:''' Gideros 2011.6<br/> | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | ||
'''<translate>Class</translate>:''' [[Special:MyLanguage/TextureBase|TextureBase]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/TextureBase|TextureBase]]<br/> | ||
− | === | + | |
− | + | === Description === | |
− | Returns the height of the texture in pixels. | + | Returns the height of the texture in pixels. |
− | |||
<source lang="lua"> | <source lang="lua"> | ||
(number) = TextureBase:getHeight() | (number) = TextureBase:getHeight() | ||
</source> | </source> | ||
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (number) the height of the texture in pixels<br/> | ||
{{TextureBase}} | {{TextureBase}} |
Revision as of 01:25, 25 March 2020
Available since: Gideros 2011.6
Class: TextureBase
Description
Returns the height of the texture in pixels.
(number) = TextureBase:getHeight()
Return values
Returns (number) the height of the texture in pixels