|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for InControl.UnityDeviceProfiles.GameSirG3sAndroidUnityProfile:
Collaboration diagram for InControl.UnityDeviceProfiles.GameSirG3sAndroidUnityProfile:Public Member Functions | |
| override void | Define () |
| GameSirG3sAndroidUnityProfile () | |
| bool | Matches (InputDeviceInfo deviceInfo) |
| bool | Matches (InputDeviceInfo deviceInfo, InputDeviceMatcher[] matchers) |
| bool | LastResortMatches (InputDeviceInfo deviceInfo) |
Static Public Member Functions | |
| static InputDeviceProfile | CreateInstanceOfType (Type type) |
| static InputDeviceProfile | CreateInstanceOfType (string typeName) |
| static void | Hide (Type type) |
Static Protected Attributes | |
| static readonly InputControlSource | MenuKey |
| static readonly InputControlSource | EscapeKey |
Properties | |
| InputDeviceProfileType | ProfileType [get, set, protected set] |
| string | DeviceName [get, set, protected set] |
| string | DeviceNotes [get, set, protected set] |
| InputDeviceClass | DeviceClass [get, set, protected set] |
| InputDeviceStyle | DeviceStyle [get, set] |
| float | Sensitivity [get, set, protected set] |
| float | LowerDeadZone [get, set, protected set] |
| float | UpperDeadZone [get, set, protected set] |
| InputControlMapping[] | AnalogMappings [get, set] |
| InputControlMapping[] | ButtonMappings [get, set] |
| string[] | IncludePlatforms [get, set, protected set] |
| string[] | ExcludePlatforms [get, set, protected set] |
| int | MinSystemBuildNumber [get, set, protected set] |
| int | MaxSystemBuildNumber [get, set, protected set] |
| VersionInfo | MinUnityVersion [get, set, protected set] |
| VersionInfo | MaxUnityVersion [get, set, protected set] |
| InputDeviceMatcher[] | Matchers [get, set, protected set] |
| InputDeviceMatcher[] | LastResortMatchers [get, set, protected set] |
| bool | IsSupportedOnThisPlatform [get, set] |
| bool | IsHidden [get, set] |
| int | AnalogCount [get, set] |
| int | ButtonCount [get, set] |
Private Attributes | |
| InputDeviceProfileType | profileType |
| string | deviceName |
| string | deviceNotes |
| InputDeviceClass | deviceClass |
| InputDeviceStyle | deviceStyle |
| float | sensitivity |
| float | lowerDeadZone |
| float | upperDeadZone |
| string[] | includePlatforms |
| string[] | excludePlatforms |
| int | minSystemBuildNumber |
| int | maxSystemBuildNumber |
| VersionInfo | minUnityVersion |
| VersionInfo | maxUnityVersion |
| InputDeviceMatcher[] | matchers |
| InputDeviceMatcher[] | lastResortMatchers |
| InputControlMapping[] | analogMappings |
| InputControlMapping[] | buttonMappings |
Static Private Attributes | |
| static readonly HashSet< Type > | hiddenProfiles |
Definition at line 10 of file GameSirG3sAndroidUnityProfile.cs.