Difference between revisions of "Sprite:getRotationX"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Returns the rotation of the sprite around x axis in degrees.<br /> <br /> <source lang="lua...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = Sprite:getRotationX()
+
(number) = Sprite:getRotationX()
 
</source>
 
</source>
 
'''Returns''' (number) Rotation of the Sprite on x in degrees<br/>
 
'''Returns''' (number) Rotation of the Sprite on x in degrees<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2015.04.04

Description


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

(number) = Sprite:getRotationX()

Returns (number) Rotation of the Sprite on x in degrees