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

◆ mesh

Mesh UnityEngine.UI.InputField.mesh
getprotected

Definition at line 65 of file InputField.cs.

66 {
67 get
68 {
69 Mesh mesh = this.m_Mesh;
70 if (!true)
71 {
72 }
73 return this.m_Mesh;
74 }
75 }

Referenced by UnityEngine.UI.InputField.LateUpdate(), and UnityEngine.UI.InputField.OnDisable().