설명

Convert from point space to pixel space.

Use this for determining the resolution and positioning of custom GUI content, such as render textures.

See Also: PixelsToPoints, pixelsPerPoint.


public static Vector2 PointsToPixels (Vector2 position);

파라미터

positionA GUI rect measured in points.

반환

Vector2 A rect representing the same area in pixels.

설명

Convert a Rect from point space to pixel space.


public static Rect PointsToPixels (Rect rect);

파라미터

rectA GUI position in point space.

반환

Rect The same position in pixel space.

설명

Converts a position from point to pixel space.