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

◆ normal

GUIStyleState UnityEngine.GUIStyle.normal
get

Definition at line 230 of file GUIStyle.cs.

231 {
232 get
233 {
234 if (this.m_Normal == null)
235 {
236 throw new MissingMethodException();
237 }
238 GUIStyleState guistyleState;
239 return guistyleState;
240 }
241 }
class f__AnonymousType0<< Count > j__TPar
GUIStyleState m_Normal
Definition GUIStyle.cs:410

Referenced by InControl.TestInputManager.SetColor().