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

◆ IsSupportedOnThisPlatform

override bool InControl.UnityInputDevice.IsSupportedOnThisPlatform
get

Definition at line 188 of file UnityInputDevice.cs.

189 {
190 get
191 {
192 InputDeviceProfile inputDeviceProfile = this.profile;
193 return inputDeviceProfile == null || inputDeviceProfile.IsSupportedOnThisPlatform;
194 }
195 }
class f__AnonymousType0<< Count > j__TPar
readonly InputDeviceProfile profile