|
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
|
Collaboration diagram for InControl.InputControlMapping:Public Member Functions | |
| float | ApplyToValue (float value) |
| InputControlMapping () | |
Properties | |
| string | Name [get, set] |
| bool | Invert [get, set] |
| float | Scale [get, set] |
| bool | Raw [get, set] |
| bool | Passive [get, set] |
| bool | IgnoreInitialZeroValue [get, set] |
| float | Sensitivity [get, set] |
| float | LowerDeadZone [get, set] |
| float | UpperDeadZone [get, set] |
| InputControlSource | Source [get, set] |
| InputControlType | Target [get, set] |
| InputRangeType | SourceRange [get, set] |
| InputRangeType | TargetRange [get, set] |
Private Attributes | |
| string | name |
| bool | invert |
| float | scale |
| bool | raw |
| bool | passive |
| bool | ignoreInitialZeroValue |
| float | sensitivity |
| float | lowerDeadZone |
| float | upperDeadZone |
| InputControlSource | source |
| InputControlType | target |
| InputRangeType | sourceRange |
| InputRangeType | targetRange |
Definition at line 12 of file InputControlMapping.cs.