Version: 5.6

描述

从点空间转换为像素空间。

使用该选项来确定自定义 GUI 内容(如渲染纹理)的分辨率和定位。

另请参阅:PixelsToPointspixelsPerPoint


public static Vector2 PointsToPixels (Vector2 position);

参数

position GUI 矩形,以点为测量单位。

返回

Vector2 表示像素空间中相同区域的矩形。

描述

将 Rect 从点空间转换为像素空间。


public static Rect PointsToPixels (Rect rect);

参数

rect 点空间中的 GUI 位置。

返回

Rect 像素空间中的相同位置。

描述

将位置从点空间转换为像素空间。