Difference between revisions of "Sprite:setRotationX"

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

Revision as of 14:34, 23 August 2018

Available since: Gideros 2015.04.04

Description


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

 Sprite:setRotationX()