Difference between revisions of "Ads:setPosition"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2014.01<br/> | '''Available since:''' Gideros 2014.01<br/> | ||
=== Description === | === Description === | ||
− | Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling | + | <translate>Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Ads:setPosition(x,y) | Ads:setPosition(x,y) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''x''': (number) x position to set <br/> | + | '''x''': (number) <translate>x position to set</translate> <br/> |
− | '''y''': (number) y position to set <br/> | + | '''y''': (number) <translate>y position to set</translate> <br/> |
Revision as of 13:34, 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)
Parameters
x: (number) x position to set
y: (number) y position to set