Difference between revisions of "Sprite:setRotationX"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2015.4.4<br/>
'''<translate>Available since</translate>:''' Gideros 2015.04.04<br/>
+
'''Class:''' [[Sprite]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Sprite|Sprite]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Sets the rotation of the sprite in degrees around its X axis.
Sets the rotation of the sprite in degrees around x axis.<br /></translate>
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
Sprite:setRotationX(xrotation)
Sprite:setRotationX()
+
</syntaxhighlight>
</source>
+
 
 +
=== Parameters ===
 +
'''xrotation''': (number) x rotation of the sprite<br/>
 +
 
 +
{{Sprite}}

Latest revision as of 15:33, 13 July 2023

Available since: Gideros 2015.4.4
Class: Sprite

Description

Sets the rotation of the sprite in degrees around its X axis.

Sprite:setRotationX(xrotation)

Parameters

xrotation: (number) x rotation of the sprite