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

◆ active

bool UnityEngine.TouchScreenKeyboard.active
getset

Definition at line 147 of file TouchScreenKeyboard.cs.

148 {
149 [NativeName("IsActive")]
150 get
151 {
152 throw new MissingMethodException();
153 }
154 [NativeName("SetActive")]
155 set
156 {
157 throw new MissingMethodException();
158 }
159 }

Referenced by UnityEngine.UI.InputField.ActivateInputField(), and UnityEngine.UI.InputField.OnPointerDown().