Difference between revisions of "Ads:setPosition"
From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight") |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2014.01<br/> | '''Available since:''' Gideros 2014.01<br/> | ||
+ | '''Class:''' [[Ads]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | 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. |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | Ads:setPosition(x,y) | |
− | </ | + | </syntaxhighlight> |
+ | |||
=== Parameters === | === Parameters === | ||
− | '''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/> |
+ | |||
+ | {{Ads}} |
Latest revision as of 17:21, 12 July 2023
Available since: Gideros 2014.01
Class: Ads
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