Difference between revisions of "Pixel:setWidth"

From GiderosMobile
Line 6: Line 6:
 
  Pixel:setWidth(w)
 
  Pixel:setWidth(w)
 
</source>
 
</source>
'''w''': (number) The new width. ''''''<br/>
+
=== Parameters ===
 +
'''w''': (number) The new width. <br/>

Revision as of 11:41, 23 August 2018

Available since: Gideros 2016.06

Description

Sets the width of the pixel sprite.

 Pixel:setWidth(w)

Parameters

w: (number) The new width.