Difference between revisions of "Sprite:getRotationY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Returns the rotation of the sprite around Y axis in degrees.<br /> <br /> <source lang="lua...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2015.04.04<br/>
 
'''Available since:''' Gideros 2015.04.04<br/>
 +
'''Class:''' [[Sprite]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the rotation of the sprite around Y axis in degrees.
Returns the rotation of the sprite around Y axis in degrees.<br />
+
<syntaxhighlight lang="lua">
<br />
+
(number) = Sprite:getRotationY()
<source lang="lua">
+
</syntaxhighlight>
(number), = Sprite:getRotationY()
+
 
</source>
+
=== Return values ===
'''Returns''' (number) Rotation of the Sprite on y in degrees<br/>
+
'''Returns''' (number) rotation of the Sprite on y in degrees<br/>
 +
 
 +
{{Sprite}}

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