Allows for the creation of a handle for Vector2 and Vector3 points within unity. This handle allows for easy movement of aribtrary points within a game scene. Common use cases would be for spawn locations on a map.
[MoveablePoint]
[SerializedPoint]
private Vector2 testPoint;