Difference between revisions of "Pixel:setHeight"

From GiderosMobile
(removed language stuff)
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== 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>
 
</source>

Revision as of 15:30, 13 July 2023

Available since: Gideros 2016.06
Class: Pixel

Description

Sets the height of the pixel sprite. <syntaxhighlight lang="lua"> Pixel:setHeight(h) </source>

Parameters

h: (number) the new height