Difference between revisions of "Ads:setY"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 11: | Line 11: | ||
=== Parameters === | === Parameters === | ||
'''y''': (number) set y coordinate<br/> | '''y''': (number) set y coordinate<br/> | ||
+ | |||
+ | === See also === | ||
+ | '''[[Ads:setPosition]]''' | ||
{{Ads}} | {{Ads}} |
Latest revision as of 20:08, 15 February 2025
Available since: Gideros 2014.01
Class: Ads
Description
Sets y position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling.
Ads:setY(y)
Parameters
y: (number) set y coordinate
See also