Tile - YUiWidget - Rotation – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Get-set widget rotation to Ylands:Tile - YUiWidget - Rotation: 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. | |||
--> | |||
== Rotation == | |||
[[File:YlandsTile-955-get.png]] | |||
[[File:YlandsTile-955-set.png]] | |||
<pre>get rotation(): number; | |||
set rotation(value: number);</pre> | |||
=== Description === | |||
Allows to '''get'''/'''set''' the '''rotation''' 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
Rotation
get rotation(): number; set rotation(value: number);
Description
Allows to get/set the rotation 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.