|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.GameInput.PlayerInputProfile:Public Attributes | |
| Dictionary< InputMode, KeyConfiguration > | InputModes |
| string | Name = "" |
| bool | AllowEditting = true |
| int | HotbarRadialHoldTimeRequired = 16 |
| float | TriggersDeadzone = 0.3f |
| float | InterfaceDeadzoneX = 0.2f |
| float | LeftThumbstickDeadzoneX = 0.25f |
| float | LeftThumbstickDeadzoneY = 0.4f |
| float | RightThumbstickDeadzoneX |
| float | RightThumbstickDeadzoneY |
| bool | LeftThumbstickInvertX |
| bool | LeftThumbstickInvertY |
| bool | RightThumbstickInvertX |
| bool | RightThumbstickInvertY |
| int | InventoryMoveCD = 6 |
Properties | |
| string | ShowName [get] |
| bool | HotbarAllowsRadial [get] |
Private Member Functions | |
| void | CopyKeysFrom (PlayerInputProfile profile, InputMode mode, string[] keysToCopy) |
Definition at line 10 of file PlayerInputProfile.cs.