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

◆ selection

RangeInt UnityEngine.TouchScreenKeyboard.selection
getset

Definition at line 208 of file TouchScreenKeyboard.cs.

209 {
210 get
211 {
212 throw new MissingMethodException();
213 }
214 set
215 {
216 throw new MissingMethodException();
217 }
218 }

Referenced by UnityEngine.UI.InputField.UpdateCaretFromKeyboard().