Struct IntRect
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEngine.U2D.SpriteShapeClipperLib
Syntax
public struct IntRect
Constructors
IntRect(Int64, Int64, Int64, Int64)
Declaration
public IntRect(Int64 l, Int64 t, Int64 r, Int64 b)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | l | |
| Int64 | t | |
| Int64 | r | |
| Int64 | b |
IntRect(IntRect)
Declaration
public IntRect(IntRect ir)
Parameters
| Type | Name | Description |
|---|---|---|
| IntRect | ir |
Fields
bottom
Declaration
public Int64 bottom
Field Value
| Type | Description |
|---|---|
| Int64 |
left
Declaration
public Int64 left
Field Value
| Type | Description |
|---|---|
| Int64 |
right
Declaration
public Int64 right
Field Value
| Type | Description |
|---|---|
| Int64 |
top
Declaration
public Int64 top
Field Value
| Type | Description |
|---|---|
| Int64 |