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 |