Tile - YEntity - Rotation – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
<pre>get rotation(): YVector3; | <pre>get rotation(): YVector3; | ||
set rotation(value: YVector3);</pre> | set rotation(value: YVector3);</pre> | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === | ||
Revision as of 11:16, 12 November 2021
Rotation
get rotation(): YVector3; set rotation(value: YVector3);
Availability
Description
Allows to get / set rotation of target entity.
Notes
- Rotation is set in angle format of 0-360 deg.