Sprite:getAnchorPosition

From GiderosMobile
Revision as of 15:33, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.03.22
Class: Sprite

Description

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

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

Return values

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

Note

getAnchorPoint is available in the Bitmap class: Bitmap:getAnchorPoint