Difference between revisions of "Pixel:setHeight"
From GiderosMobile
 (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets the height of the pixel sprite. <source lang="lua"> = Pixel:setHeight(h,) </source> '''h:''' (nu...")  | 
				|||
| Line 4: | Line 4: | ||
Sets the height of the pixel sprite.  | Sets the height of the pixel sprite.  | ||
<source lang="lua">  | <source lang="lua">  | ||
| − | + |  Pixel:setHeight(h)  | |
</source>  | </source>  | ||
| − | '''h  | + | '''h''': (number) The new height ''''''<br/>  | 
Revision as of 10:19, 23 August 2018
Available since: Gideros 2016.06
Description
Sets the height of the pixel sprite.
 Pixel:setHeight(h)
'h: (number) The new height '