Tile - YUiWidget - Position Y – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Get-set widget position to Ylands:Tile - YUiWidget - Position Y: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Position Y == | |||
[[File:YlandsTile-952-get.png]] | |||
[[File:YlandsTile-952-set.png]] | |||
<pre>get positionY(): number; | |||
set positionY(value: number);</pre> | |||
=== Description === | |||
Allows to '''get'''/'''set''' the '''y position''' of the target '''widget''' within it's local space. | |||
=== Notes === | |||
* If the target is a '''child widget''', the value is relative to it's '''parent widget'''. | |||
Line 7: | Line 24: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Position Y
get positionY(): number; set positionY(value: number);
Description
Allows to get/set the y position of the target widget within it's local space.
Notes
- If the target is a child widget, the value is relative to it's parent widget.