Difference between revisions of "Pixel:setTextureScale"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Sets the texture's scale for the Pixel <source lang="lua"> = Pixel:setTextureScale(sxsy,) </source> ''...") |
|||
Line 4: | Line 4: | ||
Sets the texture's scale for the Pixel | Sets the texture's scale for the Pixel | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Pixel:setTextureScale(sx,sy) | |
</source> | </source> | ||
− | '''sx | + | '''sx''': (number) Texture's x-scale ''''''<br/> |
− | '''sy | + | '''sy''': (number) Texture's y-scale ''''''<br/> |
Revision as of 10:17, 23 August 2018
Available since: in development
Description
Sets the texture's scale for the Pixel
Pixel:setTextureScale(sx,sy)
'sx: (number) Texture's x-scale '
'sy: (number) Texture's y-scale '