Rect.PointToNormalized

Switch to Manual
public static Vector2 PointToNormalized (Rect rectangle, Vector2 point);

Parameters

rectangleRectangle to get normalized coordinates inside.
pointA point inside the rectangle to get normalized coordinates for.

Description

Returns the normalized coordinates cooresponding the the point.

The returned Vector2 is in the range 0 to 1 with values more 1 or less than zero clamped.