Difference between revisions of "Sprite:getRotationY"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 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 ===
<translate><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 /></translate>
 
<source lang="lua">
 
 
(number) = Sprite:getRotationY()
 
(number) = Sprite:getRotationY()
</source>
+
</syntaxhighlight>
 +
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) <translate>Rotation of the Sprite on y in degrees</translate><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