Struct RectInt
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.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 |
---|---|---|
System.Int32 | x | |
System.Int32 | y | |
System.Int32 | width | |
System.Int32 | height |
Fields
height
Declaration
public int height
Field Value
Type | Description |
---|---|
System.Int32 |
width
Declaration
public int width
Field Value
Type | Description |
---|---|
System.Int32 |
x
Declaration
public int x
Field Value
Type | Description |
---|---|
System.Int32 |
y
Declaration
public int y
Field Value
Type | Description |
---|---|
System.Int32 |
zero
Declaration
public static readonly RectInt zero
Field Value
Type | Description |
---|---|
RectInt |