Difference between revisions of "Sprite:setRotationX"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Sets the rotation of the sprite in degrees around x axis.<br /> <source lang="lua"> = Sprit...")
 
Line 5: Line 5:
 
Sets the rotation of the sprite in degrees around x axis.<br />
 
Sets the rotation of the sprite in degrees around x axis.<br />
 
<source lang="lua">
 
<source lang="lua">
= Sprite:setRotationX()
+
Sprite:setRotationX()
 
</source>
 
</source>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2015.04.04

Description


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

 Sprite:setRotationX()