RectInt

struct in UnityEngine

매뉴얼로 전환

설명

A 2D Rectangle defined by x, y, width, height with integers.

변수

allPositionsWithinA RectInt.PositionCollection that contains all positions within the RectInt.
centerCenter coordinate of the rectangle.
heightHeight of the rectangle.
maxUpper right corner of the rectangle.
minLower left corner of the rectangle.
positionReturns the position (x, y) of the RectInt.
sizeReturns the width and height of the RectInt.
widthWidth of the rectangle.
xLeft coordinate of the rectangle.
xMaxReturns the maximum X value of the RectInt.
xMinReturns the minimum X value of the RectInt.
yTop coordinate of the rectangle.
yMaxReturns the maximum Y value of the RectInt.
yMinReturns the minimum Y value of the RectInt.

Public 함수

ClampToBoundsClamps the position and size of the RectInt to the given bounds.
ContainsReturns true if the given position is within the RectInt.
SetMinMaxSets the bounds to the min and max value of the rect.
ToStringReturns the x, y, width and height of the RectInt.