Difference between revisions of "Pixel:setWidth"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Class:''' [[Pixel]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Pixel|Pixel]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Sets the width of the pixel sprite.</translate>
+
Sets the width of the Pixel sprite.
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
Pixel:setWidth(w)
+
Pixel:setWidth(w)
 
</syntaxhighlight>
 
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''w''': (number) <translate>The new width.</translate> <br/>
+
=== Parameters ===
 +
'''w''': (number) the new Pixel width<br/>
  
 
{{Pixel}}
 
{{Pixel}}

Latest revision as of 22:58, 7 November 2023