Difference between revisions of "Sprite:getMatrix"

From GiderosMobile
Line 8: Line 8:
 
(Matrix) = Sprite:getMatrix()
 
(Matrix) = Sprite:getMatrix()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (Matrix) The transformation matrix of the sprite<br/>
 
'''Returns''' (Matrix) The transformation matrix of the sprite<br/>

Revision as of 11:44, 23 August 2018

Available since: Gideros 2011.6

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