Difference between revisions of "Matrix:setTx"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | Sets the value of the | + | Sets the value of the [[[tx` component for this `Matrix]]] instance.<br /> |
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Matrix:setTx(tx) | Matrix:setTx(tx) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''tx''': (number) | + | '''tx''': (number) <translate></translate> <br/> |
Revision as of 13:38, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the value of the [[[tx` component for this `Matrix]]] instance.
Matrix:setTx(tx)
Parameters
tx: (number)