Difference between revisions of "Sprite:setZ"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Sets the z coordinate of the sprite<br /> <br /> <source lang="lua"> = Sprite:setZ(z,) </so...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Sprite:setZ(z) | |
</source> | </source> | ||
− | '''z | + | '''z''': (number) position on z axis ''''''<br/> |
Revision as of 10:17, 23 August 2018
Available since: Gideros 2015.04.04
Description
Sets the z coordinate of the sprite
Sprite:setZ(z)
'z: (number) position on z axis '