Tile - YEntity - Transform Position – Ylands

From Bohemia Interactive Community
Revision as of 17:47, 1 December 2022 by YlandsClassyBot (talk | contribs)
Jump to navigation Jump to search

Transform Position(Entity, Offset)

transformPosition(offset: YVector3): YVector3;

Parameters

offset

Desired offset (vector)

Returns

YVector3

Availability

Client, Server

Description

Returns new position which is offset relative to target position and orientation (local space).

Notes

  • Example: offset "0 0 1" will return position one meter in front of target entity.
  • Z (blue) axis is regarded as forward direction.