Difference between revisions of "Sprite:getRotationY"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = Sprite:getRotationY()
 
(number) = Sprite:getRotationY()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2015.04.04
Class: Sprite

Description

Returns the rotation of the sprite around Y axis in degrees.

(number) = Sprite:getRotationY()

Return values

Returns (number) rotation of the Sprite on y in degrees