Pixel:setWidth

From GiderosMobile
Revision as of 10:03, 23 August 2018 by Hgy29 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06

Description

Sets the width of the pixel sprite.

= Pixel:setWidth(w,)

'w: (number) The new width. '