Difference between revisions of "Sprite:getMatrix"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Returns the transformation matrix of the sprite. Each invocation of this function returns a new [[Special:MyLanguage/Matrix|Matrix]] object.<br /> | Returns the transformation matrix of the sprite. Each invocation of this function returns a new [[Special:MyLanguage/Matrix|Matrix]] object.<br /> | ||
Line 8: | Line 8: | ||
(Matrix) = Sprite:getMatrix() | (Matrix) = Sprite:getMatrix() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (Matrix) <translate>The transformation matrix of the sprite</translate><br/> | + | '''<translate>Returns</translate>''' (Matrix) <translate>The transformation matrix of the sprite</translate><br/> |
Revision as of 07:29, 24 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