Difference between revisions of "Matrix:setScaleZ"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set scale on z axis <source lang="lua"> = Matrix:setScaleZ(z scale,) </source> '''z scale:''' (number...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 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 ===
set scale on z axis
+
Sets the scale on the z axis.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= Matrix:setScaleZ(z scale,)
+
Matrix:setScaleZ(scalez)
</source>
+
</syntaxhighlight>
'''z scale:''' (number) scale on z axis ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''scalez''': (number) scale on z axis<br/>
 +
 
 +
{{Matrix}}

Latest revision as of 15:30, 13 July 2023