Tile - YEntity - Rotation – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Entity position-rotation to Ylands:Tile - YEntity - 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-142-get.png]] | |||
[[ | [[File:YlandsTile-142-set.png]] | ||
*Rotation is set in '''angle''' format of '''0-360 deg'''. | <pre>get rotation(): YVector3; | ||
set rotation(value: YVector3);</pre> | |||
=== Description === | |||
Allows to '''get''' / '''set''' rotation of target entity. | |||
=== Notes === | |||
* Rotation is set in '''angle''' format of '''0-360 deg'''. | |||
Line 13: | Line 24: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:52, 8 July 2021
Rotation
get rotation(): YVector3; set rotation(value: YVector3);
Description
Allows to get / set rotation of target entity.
Notes
- Rotation is set in angle format of 0-360 deg.