ToString
Returns the x, y, width and height of the RectInt.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
ToString()
Returns the x, y, width and height of the .
RectIntpublic override readonly string ToString()
Returns
Type | Description |
|---|---|
| string |
ToString(string)
Returns the x, y, width and height of the .
RectIntpublic readonly string ToString(string format)
Parameters
A numeric format string.
Returns
Type | Description |
|---|---|
| string |
ToString(string, IFormatProvider)
Returns the x, y, width and height of the .
RectIntpublic readonly string ToString(string format, IFormatProvider formatProvider)
Parameters
A numeric format string.
An object that specifies culture-specific formatting.
Returns
Type | Description |
|---|---|
| string |