Difference between revisions of "Pixel:setTexturePosition"

From GiderosMobile
Line 6: Line 6:
 
  Pixel:setTexturePosition(x,y)
 
  Pixel:setTexturePosition(x,y)
 
</source>
 
</source>
'''x''': (number) x-coordinate of texture ''''''<br/>
+
=== Parameters ===
'''y''': (any) y-coordinate of texture ''''''<br/>
+
'''x''': (number) x-coordinate of texture <br/>
 +
'''y''': (any) y-coordinate of texture <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2011.6

Description

Sets the texture's position

 Pixel:setTexturePosition(x,y)

Parameters

x: (number) x-coordinate of texture
y: (any) y-coordinate of texture