Difference between revisions of "Ads:setPosition"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic sc...")
 
Line 4: Line 4:
 
Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
 
Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
 
<source lang="lua">
 
<source lang="lua">
= Ads:setPosition(xy,)
+
Ads:setPosition(x,y)
 
</source>
 
</source>
'''x:''' (number) x position to set ''''''<br/>
+
'''x''': (number) x position to set ''''''<br/>
'''y:''' (number) y position to set ''''''<br/>
+
'''y''': (number) y position to set ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2014.01

Description

Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling

 Ads:setPosition(x,y)

'x: (number) x position to set '
'y: (number) y position to set '