Difference between revisions of "Sprite:setMatrix"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Sprite]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate><br />
+
Sets the transformation matrix of the sprite.
Sets the transformation matrix of the sprite.<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
Sprite:setMatrix(matrix)
<source lang="lua">
+
</syntaxhighlight>
Sprite:setMatrix(matrix)
+
 
</source>
 
 
=== Parameters ===
 
=== Parameters ===
'''matrix''': (Matrix) <translate></translate> <br/>
+
'''matrix''': (Matrix) the new matrix<br/>
 +
 
 +
{{Sprite}}

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2011.6
Class: Sprite

Description

Sets the transformation matrix of the sprite.

Sprite:setMatrix(matrix)

Parameters

matrix: (Matrix) the new matrix