Difference between revisions of "Matrix:setRotationY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set rotation on y axis <source lang="lua"> = Matrix:setRotationY(y rotation,) </source> '''y rotation...")
 
Line 4: Line 4:
 
set rotation on y axis
 
set rotation on y axis
 
<source lang="lua">
 
<source lang="lua">
= Matrix:setRotationY(y rotation,)
+
Matrix:setRotationY(y rotation)
 
</source>
 
</source>
 
'''y rotation:''' (number) rotation on y axis ''''''<br/>
 
'''y rotation:''' (number) rotation on y axis ''''''<br/>

Revision as of 11:11, 23 August 2018

Available since: Gideros 2016.06

Description

set rotation on y axis

 Matrix:setRotationY(y rotation)

'y rotation: (number) rotation on y axis '