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(x,y) | |
</source> | </source> | ||
− | '''x | + | '''x''': (number) x position to set ''''''<br/> |
− | '''y | + | '''y''': (number) y position to set ''''''<br/> |
Revision as of 10: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 '