Difference between revisions of "Pixel:setHeight"
From GiderosMobile
(removed language stuff) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2016.06<br/> | |
− | ''' | + | '''Class:''' [[Pixel]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Sets the height of the pixel sprite. | |
<source lang="lua"> | <source lang="lua"> | ||
− | + | Pixel:setHeight(h) | |
</source> | </source> | ||
− | === | + | |
− | '''h''': (number) | + | === Parameters === |
+ | '''h''': (number) the new height<br/> | ||
{{Pixel}} | {{Pixel}} |
Revision as of 01:17, 23 March 2021
Available since: Gideros 2016.06
Class: Pixel
Description
Sets the height of the pixel sprite.
Pixel:setHeight(h)
Parameters
h: (number) the new height