getWorldPosition

fun getWorldPosition(localPosition: Position): Float3

Converts a position in the local-space of this node to world-space.

Return

a new position that represents the local position in world-space.

Parameters

localPosition

the position in local-space to convert.