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...")
 
 
(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 width of the pixel sprite.
+
Sets the width of the Pixel sprite.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Pixel:setWidth(w,)
+
Pixel:setWidth(w)
</source>
+
</syntaxhighlight>
'''w:''' (number) The new width. ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''w''': (number) the new Pixel width<br/>
 +
 
 +
{{Pixel}}

Latest revision as of 22:58, 7 November 2023