Convert local coordinates of a point point inside the component into the parent's coordinate space.
point
Vector2 positionOf(Vector2 point) { return transform.localToGlobal(point); }