Difference between revisions of "Pixel:setTextureMatrix"

From GiderosMobile
Line 6: Line 6:
 
  Pixel:setTextureMatrix(matrix)
 
  Pixel:setTextureMatrix(matrix)
 
</source>
 
</source>
'''matrix''': (Matrix) The matrix. ''''''<br/>
+
=== Parameters ===
 +
'''matrix''': (Matrix) The matrix. <br/>

Revision as of 11:39, 23 August 2018

Available since: in development

Description

Sets the matrix of the Pixel's texture

 Pixel:setTextureMatrix(matrix)

Parameters

matrix: (Matrix) The matrix.