Difference between revisions of "Pixel:setWidth"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets the width of the pixel sprite. <source lang="lua"> = Pixel:setWidth(w,) </source> '''w:''' (numb...")
 
Line 4: Line 4:
 
Sets the width of the pixel sprite.
 
Sets the width of the pixel sprite.
 
<source lang="lua">
 
<source lang="lua">
= Pixel:setWidth(w,)
+
Pixel:setWidth(w)
 
</source>
 
</source>
'''w:''' (number) The new width. ''''''<br/>
+
'''w''': (number) The new width. ''''''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2016.06

Description

Sets the width of the pixel sprite.

 Pixel:setWidth(w)

'w: (number) The new width. '