Pixel:getTextureScale

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

Returns the texture scale for the Pixel <syntaxhighlight lang="lua"> (number), (number) = Pixel:getTextureScale() </source>

Return values

Returns (number) The x-scale of the texture
Returns (number) The y-scale of the texture