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

◆ canSetSelection

bool UnityEngine.TouchScreenKeyboard.canSetSelection
get

Definition at line 196 of file TouchScreenKeyboard.cs.

197 {
198 [NativeName("CanSetSelection")]
199 get
200 {
201 throw new MissingMethodException();
202 }
203 }