Sprite:setZ

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.04.04

Description


Sets the z coordinate of the sprite

= Sprite:setZ(z,)

'z: (number) position on z axis '