Struct IntRect | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct IntRect

    Namespace: UnityEngine.U2D.SpriteShapeClipperLib
    Syntax
    public struct IntRect

    Constructors

    IntRect(Int64, Int64, Int64, Int64)

    Declaration
    public IntRect(long l, long t, long r, long b)
    Parameters
    Type Name Description
    System.Int64 l
    System.Int64 t
    System.Int64 r
    System.Int64 b

    IntRect(IntRect)

    Declaration
    public IntRect(IntRect ir)
    Parameters
    Type Name Description
    IntRect ir

    Fields

    bottom

    Declaration
    public long bottom
    Field Value
    Type Description
    System.Int64

    left

    Declaration
    public long left
    Field Value
    Type Description
    System.Int64

    right

    Declaration
    public long right
    Field Value
    Type Description
    System.Int64

    top

    Declaration
    public long top
    Field Value
    Type Description
    System.Int64
    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