Difference between revisions of "Pixel:setHeight"
From GiderosMobile
 (removed language stuff)  | 
				|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
=== Description ===  | === Description ===  | ||
| − | Sets the height of the   | + | Sets the height of the Pixel sprite.  | 
| − | <  | + | <syntaxhighlight lang="lua">  | 
Pixel:setHeight(h)  | Pixel:setHeight(h)  | ||
| − | </  | + | </syntaxhighlight>  | 
=== Parameters ===  | === Parameters ===  | ||
| − | '''h''': (number) the new height<br/>  | + | '''h''': (number) the new Pixel height<br/>  | 
{{Pixel}}  | {{Pixel}}  | ||
Latest revision as of 22:01, 7 November 2023
Available since: Gideros 2016.06
Class: Pixel
Description
Sets the height of the Pixel sprite.
Pixel:setHeight(h)
Parameters
h: (number) the new Pixel height