Pixel:setWidth

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2016.06
Class: Pixel

Description

Sets the width of the pixel sprite. <syntaxhighlight lang="lua">

Pixel:setWidth(w)

</source>

Parameters

w: (number) The new width.