Skip to main content

Transform.TransformPoint(Vector3 position)

Transforms position from local space to world space.

Parameters:

NameTypeDescription
positionVector3position

Returns:

typeDescription
Vector3world space

Usage

---@type Transform
local transform;

---@type Vector3
local position;


local val0 = transform.TransformPoint(position)