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

◆ text

string UnityEngine.TouchScreenKeyboard.text
getset

Definition at line 119 of file TouchScreenKeyboard.cs.

120 {
121 [NativeName("GetText")]
122 get
123 {
124 throw new MissingMethodException();
125 }
126 [NativeName("SetText")]
127 set
128 {
129 throw new MissingMethodException();
130 }
131 }