Difference between revisions of "Pixel:setHeight"
From GiderosMobile
Line 6: | Line 6: | ||
Pixel:setHeight(h) | Pixel:setHeight(h) | ||
</source> | </source> | ||
− | '''h''': (number) The new height | + | === Parameters === |
+ | '''h''': (number) The new height <br/> |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2016.06
Description
Sets the height of the pixel sprite.
Pixel:setHeight(h)
Parameters
h: (number) The new height