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

◆ Draw() [1/4]

void UnityEngine.GUIStyle.Draw ( Rect position,
GUIContent content,
bool isHover,
bool isActive,
bool on,
bool hasKeyboardFocus )
inline

Definition at line 270 of file GUIStyle.cs.

271 {
272 this.Internal_Draw(position, content, isHover, isActive, on, hasKeyboardFocus);
273 }
class f__AnonymousType0<< Count > j__TPar
void Internal_Draw(Rect screenRect, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus)
Definition GUIStyle.cs:133

References UnityEngine.GUIStyle.Internal_Draw(), and j__TPar.