worldCenter property

Vector3 get worldCenter

World-space center of the probe box (the owning node's position).

Implementation

Vector3 get worldCenter => node.globalTransform.getTranslation();