Difference between revisions of "Pixel:setTextureMatrix"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' in development<br/> | '''Available since:''' in development<br/> | ||
=== Description === | === Description === | ||
− | Sets the matrix of the Pixel's texture | + | <translate>Sets the matrix of the Pixel's texture</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Pixel:setTextureMatrix(matrix) | Pixel:setTextureMatrix(matrix) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''matrix''': (Matrix) The matrix. <br/> | + | '''matrix''': (Matrix) <translate>The matrix.</translate> <br/> |
Revision as of 13:32, 23 August 2018
Available since: in development
Description
Sets the matrix of the Pixel's texture
Pixel:setTextureMatrix(matrix)
Parameters
matrix: (Matrix) The matrix.