Difference between revisions of "Matrix:setScaleY"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 +
'''Class:''' [[Matrix]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate>set scale on y axis</translate>
+
Sets the scale on the y axis.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Matrix:setScaleY(y scale)
+
Matrix:setScaleY(scaley)
</source>
+
</syntaxhighlight>
 +
 
 
=== Parameters ===
 
=== Parameters ===
'''y scale''': (number) <translate>set scale on y axis</translate> <br/>
+
'''scaley''': (number) set scale on y axis<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:30, 13 July 2023