Difference between revisions of "Sprite:getAnchorPoint"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.10<br/> '''Class:''' Sprite<br/> === Description === Returns x,y,z anchor position of the '''Sprite''' in its relative coord...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns x,y,z anchor position of the '''Sprite''' in its relative coordinates.
 
Returns x,y,z anchor position of the '''Sprite''' in its relative coordinates.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number), (number), (number) = Sprite:getAnchorPoint()
 
(number), (number), (number) = Sprite:getAnchorPoint()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2016.10
Class: Sprite

Description

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

(number), (number), (number) = Sprite:getAnchorPoint()

Return values

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