Difference between revisions of "Matrix:getRotationY"

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

Revision as of 11:20, 23 August 2018

Available since: Gideros 2016.06

Description

get rotation on y axis

(number) = Matrix:getRotationY()

Returns (number) rotation on y axis