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

◆ LayoutFromEditorWindow()

static void UnityEngine.GUILayoutUtility.LayoutFromEditorWindow ( )
inlinestaticpackage

Definition at line 88 of file GUILayoutUtility.cs.

89 {
90 int num = 1;
91 if (num == 0)
92 {
93 }
94 if (num != 0)
95 {
96 int width = Screen.width;
97 throw new MissingMethodException();
98 }
99 Debug.LogError("GUILayout state invalid. Verify that all layout begin/end calls match.");
100 }

References UnityEngine.Debug.LogError(), and UnityEngine.Screen.width.