Difference between revisions of "Sprite:getSkewY"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the y-skew of the '''Sprite'''.
 
Returns the y-skew of the '''Sprite'''.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = Sprite:getSkewY()
 
(number) = Sprite:getSkewY()
 
</source>
 
</source>

Revision as of 15:31, 13 July 2023

Available since: in development
Class: Sprite

Description

Returns the y-skew of the Sprite. <syntaxhighlight lang="lua"> (number) = Sprite:getSkewY() </source>

Return values

Returns (number) the y-skew of the sprite