Difference between revisions of "Pixel:setHeight"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")  | 
				|||
| Line 4: | Line 4: | ||
=== Description ===  | === Description ===  | ||
| − | Sets the height of the   | + | Sets the height of the Pixel sprite.  | 
<syntaxhighlight lang="lua">  | <syntaxhighlight lang="lua">  | ||
Pixel:setHeight(h)  | Pixel:setHeight(h)  | ||
| Line 10: | Line 10: | ||
=== 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