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

◆ GetStyle()

GUIStyle UnityEngine.GUISkin.GetStyle ( string styleName)
inline

Definition at line 539 of file GUISkin.cs.

540 {
541 while (this.FindStyle(styleName) != null)
542 {
543 }
544 if (("Unable to find style '" == null || "Unable to find style '" != null) && (styleName == null || styleName != null) && ("' in skin '" == null || "' in skin '" != null))
545 {
546 string name = base.name;
547 if ((name == null || name != null) && ("' " == null || "' " != null))
548 {
549 throw new MissingMethodException();
550 }
551 }
552 throw new ArrayTypeMismatchException();
553 }
class f__AnonymousType0<< Count > j__TPar
GUIStyle FindStyle(string styleName)
Definition GUISkin.cs:556

References j__TPar, System.name, and UnityEngine.GUIStyle.name.