Difference between revisions of "Pixel:setTexturePosition"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Sets the texture's position <source lang="lua"> = Pixel:setTexturePosition(xy,) </source> '''x:''' (nu...") |
|||
Line 4: | Line 4: | ||
Sets the texture's position | Sets the texture's position | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Pixel:setTexturePosition(x,y) | |
</source> | </source> | ||
− | '''x | + | '''x''': (number) x-coordinate of texture ''''''<br/> |
− | '''y | + | '''y''': (any) y-coordinate of texture ''''''<br/> |
Revision as of 10:19, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the texture's position
Pixel:setTexturePosition(x,y)
'x: (number) x-coordinate of texture '
'y: (any) y-coordinate of texture '