terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToString() [2/2]

string UnityEngine.Rect.ToString ( string format,
IFormatProvider formatProvider )
inline

Implements System.IFormattable.

Definition at line 489 of file Rect.cs.

490 {
491 bool flag = string.IsNullOrEmpty(format);
492 if (formatProvider == null)
493 {
495 }
496 string text;
497 if (text == null || text != null)
498 {
499 float ymin = this.m_YMin;
500 string text2;
501 if (text2 == null || text2 != null)
502 {
503 float width = this.m_Width;
504 string text3;
505 if (text3 == null || text3 != null)
506 {
507 float height = this.m_Height;
508 string text4;
509 if (text4 == null || text4 != null)
510 {
511 string text5;
512 return text5;
513 }
514 }
515 }
516 }
517 throw new ArrayTypeMismatchException();
518 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture
float height
Definition Rect.cs:175
float m_Height
Definition Rect.cs:534
float m_YMin
Definition Rect.cs:526
float width
Definition Rect.cs:143
float m_Width
Definition Rect.cs:530

References System.format, UnityEngine.Rect.height, System.Globalization.CultureInfo.InvariantCulture, j__TPar, UnityEngine.Rect.m_Height, UnityEngine.Rect.m_Width, UnityEngine.Rect.m_YMin, System.text, and UnityEngine.Rect.width.