Difference between revisions of "Pixel:setTexturePosition"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate>Sets the texture's position</translate>
 
<translate>Sets the texture's position</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Pixel:setTexturePosition(x,y)
 
  Pixel:setTexturePosition(x,y)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''x''': (number) <translate>x-coordinate of texture</translate> <br/>
 
'''x''': (number) <translate>x-coordinate of texture</translate> <br/>
 
'''y''': (any) <translate>y-coordinate of texture</translate> <br/>
 
'''y''': (any) <translate>y-coordinate of texture</translate> <br/>

Revision as of 07:28, 24 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