Difference between revisions of "Pixel:setHeight"

From GiderosMobile
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 +
'''Class:''' [[Pixel]]<br/>
 +
 
=== Description ===
 
=== Description ===
Sets the height of the pixel sprite.
+
Sets the height of the Pixel sprite.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Pixel:setHeight(h)
+
Pixel:setHeight(h)
</source>
+
</syntaxhighlight>
'''h''': (number) The new height ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''h''': (number) the new Pixel height<br/>
 +
 
 +
{{Pixel}}

Latest revision as of 23:01, 7 November 2023