Difference between revisions of "Pixel:getTextureScale"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
− | ''' | + | '''Available since:''' Gideros 2016.12<br/> |
− | ''' | + | '''Class:''' [[Pixel]]<br/> |
− | === | + | |
− | + | === Description === | |
+ | Returns the texture scale for the Pixel. | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(number), (number) = Pixel:getTextureScale() | (number), (number) = Pixel:getTextureScale() | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | |
− | ''' | + | === Return values === |
− | ''' | + | '''Returns''' (number) the Pixel texture x scale<br/> |
+ | '''Returns''' (number) the Pixel texture y scale<br/> | ||
{{Pixel}} | {{Pixel}} |
Latest revision as of 22:00, 7 November 2023
Available since: Gideros 2016.12
Class: Pixel
Description
Returns the texture scale for the Pixel.
(number), (number) = Pixel:getTextureScale()
Return values
Returns (number) the Pixel texture x scale
Returns (number) the Pixel texture y scale