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

◆ hideInput

bool UnityEngine.TouchScreenKeyboard.hideInput
staticset

Definition at line 135 of file TouchScreenKeyboard.cs.

136 {
137 [NativeName("SetInputHidden")]
138 set
139 {
140 throw new MissingMethodException();
141 }
142 }