Difference between revisions of "Sprite:setRotationY"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 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 Y axis.
Sets the rotation of the sprite in degrees around y axis.<br /></translate>
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
Sprite:setRotationY(yrotation)
Sprite:setRotationY()
+
</syntaxhighlight>
</source>
+
 
 +
=== Parameters ===
 +
'''yrotation''': (number) y rotation of the sprite<br/>
  
 
{{Sprite}}
 
{{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 Y axis.

Sprite:setRotationY(yrotation)

Parameters

yrotation: (number) y rotation of the sprite