Tile - YEntity - Transform Rotation – Ylands
Category: Instructions
 (Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Transform Rotation(Entity, Offset) ==    File:Y...")  | 
				No edit summary  | 
				||
| Line 10: | Line 10: | ||
==== offset ====  | ==== offset ====  | ||
Desired offset (vector)  | |||
=== Returns ===  | === Returns ===  | ||
'''YVector3'''  | '''YVector3'''  | ||
=== Availability ===  | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]]  | |||
=== Description ===  | === Description ===  | ||
Revision as of 11:16, 12 November 2021
Transform Rotation(Entity, Offset)
transformRotation(offset: YVector3): YVector3;
Parameters
offset
Desired offset (vector)
Returns
YVector3
Availability
Description
Returns new rotation which is offset to target entity rotation (local space).
Notes
- Example: offset "0 180 0" will return backwards orientation from target entity.
 - Offset is set in angle format of 0-360 deg.