Difference between revisions of "Matrix:getTy"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the value of the `ty` component for this `Matrix` instance.<br /> <br /> <source lang="...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = Matrix:getTy()
+
(number) = Matrix:getTy()
 
</source>
 
</source>
 
'''Returns''' (number) The current `ty` parameter.<br/>
 
'''Returns''' (number) The current `ty` parameter.<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the value of the `ty` component for this `Matrix` instance.

(number) = Matrix:getTy()

Returns (number) The current `ty` parameter.