Version: 2020.3
언어: 한국어

GUIUtility.AlignRectToDevice

매뉴얼로 전환
public static Rect AlignRectToDevice (Rect rect);
public static Rect AlignRectToDevice (Rect rect, out int widthInPixels, out int heightInPixels);

파라미터

local The local space rectangle that needs to be processed.
widthInPixels Width, in pixel units, of the axis-aligned bounding box that encompasses the aligned points.
heightInPixels Height, in pixel units, of the axis-aligned bounding box that encompasses the aligned points.

반환

Rect The aligned rectangle in local space.

설명

Align a local space rectangle to the pixel grid.

Aligns the top-left and bottom-right corners of the provided local space rectangle to the pixel grid and returns the local space axis-aligned bounding box that encompasses those points.