Difference between revisions of "Pixel:setWidth"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2016.06<br/> | |
− | ''' | + | '''Class:''' [[Pixel]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Sets the width of the Pixel sprite. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
− | + | Pixel:setWidth(w) | |
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | |
− | '''w''': (number) | + | === Parameters === |
+ | '''w''': (number) the new Pixel width<br/> | ||
{{Pixel}} | {{Pixel}} |
Latest revision as of 21:58, 7 November 2023
Available since: Gideros 2016.06
Class: Pixel
Description
Sets the width of the Pixel sprite.
Pixel:setWidth(w)
Parameters
w: (number) the new Pixel width