Difference between revisions of "Sprite:setRotationY"
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 y axis.<br /> | + | Sets the rotation of the sprite in degrees around y axis.<br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Sprite:setRotationY() | Sprite:setRotationY() | ||
</source> | </source> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2015.04.04
Description
Sets the rotation of the sprite in degrees around y axis.
Sprite:setRotationY()