Difference between revisions of "Pixel:setHeight"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 
=== Description ===
 
=== Description ===
Sets the height of the pixel sprite.
+
<translate>Sets the height of the pixel sprite.</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Pixel:setHeight(h)
 
  Pixel:setHeight(h)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''h''': (number) The new height <br/>
+
'''h''': (number) <translate>The new height</translate> <br/>

Revision as of 14:33, 23 August 2018

Available since: Gideros 2016.06

Description

Sets the height of the pixel sprite.

 Pixel:setHeight(h)

Parameters

h: (number) The new height