Sprite:getAnchorPosition

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.03.22<br/> === Description === Returns x,y,z anchor position of the `Sprite` in its relative coordinates <source lang="lua"> (num...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.03.22

Description

Returns x,y,z anchor position of the `Sprite` in its relative coordinates

(number) (number) (number), = Sprite:getAnchorPosition()

Returns (number) anchor x position
Returns (number) anchor y position
Returns (number) anchor z position