Difference between revisions of "Matrix:setRotationY"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 
=== Description ===
 
=== Description ===
set rotation on y axis
+
<translate>set rotation on y axis</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Matrix:setRotationY(y rotation)
 
  Matrix:setRotationY(y rotation)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''y rotation''': (number) rotation on y axis <br/>
+
'''y rotation''': (number) <translate>rotation on y axis</translate> <br/>

Revision as of 14:32, 23 August 2018

Available since: Gideros 2016.06

Description

set rotation on y axis

 Matrix:setRotationY(y rotation)

Parameters

y rotation: (number) rotation on y axis