Difference between revisions of "TextureRegion:getScale"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(number) = TextureRegion:getScale() | (number) = TextureRegion:getScale() | ||
− | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === |
Latest revision as of 14:33, 13 July 2023
Available since: Gideros 2018.6.3
Class: TextureRegion
Description
Returns the scale factor of the underlying atlas.
(number) = TextureRegion:getScale()
Return values
Returns (number) scale