Difference between revisions of "Sprite:getMatrix"

From GiderosMobile
(remove language stuff)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the transformation matrix of the sprite. Each invocation of this function returns a new [[Matrix]] object.
 
Returns the transformation matrix of the sprite. Each invocation of this function returns a new [[Matrix]] object.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(Matrix) = Sprite:getMatrix()
 
(Matrix) = Sprite:getMatrix()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2011.6
Class: Sprite

Description

Returns the transformation matrix of the sprite. Each invocation of this function returns a new Matrix object.

(Matrix) = Sprite:getMatrix()

Return values

Returns (Matrix) the transformation matrix of the sprite