Rect.NormalizedToPoint

매뉴얼로 전환
public static Vector2 NormalizedToPoint (Rect rectangle, Vector2 normalizedRectCoordinates);

파라미터

rectangleRectangle to get a point inside.
normalizedRectCoordinatesNormalized coordinates to get a point for.

설명

Returns a point inside a rectangle, given normalized coordinates.

The rectangle has coordinates between zero and one for the x and y axes. This function will compute the real screen coordinates and return as a Vector2.