Pixel:setTextureScale

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


Available since: in development
Class: Pixel

Description

Sets the texture's scale for the Pixel <syntaxhighlight lang="lua">

Pixel:setTextureScale(sx,sy)

</source>

Parameters

sx: (number) Texture's x-scale
sy: (number) Texture's y-scale