Difference between revisions of "Pixel:setTextureMatrix"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Sets the matrix of the Pixel's texture <source lang="lua"> = Pixel:setTextureMatrix(matrix,) </source>...") |
|||
Line 4: | Line 4: | ||
Sets the matrix of the Pixel's texture | Sets the matrix of the Pixel's texture | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Pixel:setTextureMatrix(matrix) | |
</source> | </source> | ||
− | '''matrix | + | '''matrix''': (Matrix) The matrix. ''''''<br/> |
Revision as of 10:16, 23 August 2018
Available since: in development
Description
Sets the matrix of the Pixel's texture
Pixel:setTextureMatrix(matrix)
'matrix: (Matrix) The matrix. '