[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/RectInt.html [Back]  [Original]

Unity - Scripting API: RectInt
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    RectInt

    struct in UnityEngine

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

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

    Static Properties

    Property Description
    zeroShorthand for writing new RectInt(0,0,0,0).

    Properties

    Property Description
    allPositionsWithinA RectInt.PositionCollection that contains all positions within the RectInt.
    centerCenter coordinate of the rectangle.
    heightHeight of the rectangle.
    maxThe upper right corner of the rectangle; which is the maximal position of the rectangle along the x- and y-axes, when it is aligned to both axes.
    minThe lower left corner of the rectangle; which is the minimal position of the rectangle along the x- and y-axes, when it is aligned to both axes.
    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.
    xMaxShows the maximum X value of the RectInt.
    xMinShows the minimum X value of the RectInt.
    yTop coordinate of the rectangle.
    yMaxShows the maximum Y value of the RectInt.
    yMinShow the minimum Y value of the RectInt.

    Constructors

    Constructor Description
    RectIntCreates a new RectInt.

    Public Methods

    Method Description
    ClampToBoundsClamps the position and size of the RectInt to the given bounds.
    ContainsReturns true if the given position is within the RectInt.
    EqualsReturns true if the given RectInt is equal to this RectInt.
    OverlapsRectInts overlap if each RectInt Contains a shared point.
    SetMinMaxSets the bounds to the min and max value of the rect.
    ToStringReturns the x, y, width and height of the RectInt.

    Operators

    Operator Description
    operator ==Returns true if the rectangles are the same.

    Web Proxy Viewer  |  New URL  |  Original Page