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

◆ name

string UnityEngine.GUIStyle.name
getset

Definition at line 212 of file GUIStyle.cs.

213 {
214 get
215 {
216 while (this.m_Name != null)
217 {
218 }
219 throw new MissingMethodException();
220 }
221 set
222 {
224 throw new MissingMethodException();
225 }
226 }
class f__AnonymousType0<< Count > j__TPar

Referenced by UnityEngine.GUISkin.GetStyle().