Difference between revisions of "Sprite:setRotationY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Sets the rotation of the sprite in degrees around y axis.<br /> <source lang="lua"> = Sprit...")
 
Line 5: Line 5:
 
Sets the rotation of the sprite in degrees around y axis.<br />
 
Sets the rotation of the sprite in degrees around y axis.<br />
 
<source lang="lua">
 
<source lang="lua">
= Sprite:setRotationY()
+
Sprite:setRotationY()
 
</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 y axis.

 Sprite:setRotationY()