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

◆ platform

RuntimePlatform UnityEngine.Application.platform
staticget

Definition at line 118 of file Application.cs.

119 {
120 [FreeFunction("systeminfo::GetRuntimePlatform", IsThreadSafe = true)]
121 get
122 {
123 throw new MissingMethodException();
124 }
125 }
class f__AnonymousType0<< Count > j__TPar

Referenced by AndroidImmersive.Activate(), InControl.NativeInputDeviceManager.CheckPlatformSupport(), UnityEngine.UI.InputField.TouchScreenKeyboardShouldBeUsed(), and UnityEngine.UI.InputField.UpdateGeometry().