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()

override string UnityEngine.GUIStyle.ToString ( )
inline

Definition at line 354 of file GUIStyle.cs.

355 {
356 if (this.m_Name == null)
357 {
358 throw new MissingMethodException();
359 }
360 if (this != null)
361 {
362 string text;
363 return text;
364 }
365 throw new ArrayTypeMismatchException();
366 }

References UnityEngine.GUIStyle.m_Name, and System.text.