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

Implements System.IFormattable.

Definition at line 168 of file Quaternion.cs.

169 {
170 bool flag = string.IsNullOrEmpty(format);
171 if (formatProvider == null)
172 {
174 }
175 string text;
176 string text2;
177 string text3;
178 string text4;
179 if ((text == null || text != null) && (text2 == null || text2 != null) && (text3 == null || text3 != null) && (text4 == null || text4 != null))
180 {
181 string text5;
182 return text5;
183 }
184 throw new ArrayTypeMismatchException();
185 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References System.format, System.Globalization.CultureInfo.InvariantCulture, j__TPar, and System.text.