Version: 5.6

Rect.PointToNormalized

매뉴얼로 전환
public static Vector2 PointToNormalized (Rect rectangle, Vector2 point);

파라미터

rectangle Rectangle to get normalized coordinates inside.
point A point inside the rectangle to get normalized coordinates for.

설명

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.