Struct RectInt | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Struct RectInt

    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public struct RectInt

    Constructors

    RectInt(Int32, Int32, Int32, Int32)

    Declaration
    public RectInt(int x, int y, int width, int height)
    Parameters
    Type Name Description
    Int32 x
    Int32 y
    Int32 width
    Int32 height

    Fields

    height

    Declaration
    public int height
    Field Value
    Type Description
    Int32

    width

    Declaration
    public int width
    Field Value
    Type Description
    Int32

    x

    Declaration
    public int x
    Field Value
    Type Description
    Int32

    y

    Declaration
    public int y
    Field Value
    Type Description
    Int32

    zero

    Declaration
    public static readonly RectInt zero
    Field Value
    Type Description
    RectInt
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023