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.Vector2Int.ToString ( string format,
IFormatProvider formatProvider )
inline

Implements System.IFormattable.

Definition at line 111 of file Vector2Int.cs.

112 {
113 if (formatProvider == null)
114 {
116 }
117 string text;
118 if (text == null || text != null)
119 {
120 int y = this.m_Y;
121 string text2;
122 if (text2 == null || text2 != null)
123 {
124 string text3;
125 return text3;
126 }
127 }
128 throw new ArrayTypeMismatchException();
129 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References System.Globalization.CultureInfo.InvariantCulture, j__TPar, UnityEngine.Vector2Int.m_Y, System.text, and UnityEngine.Vector2Int.y.