Enum that represents joystick movements. Supports five axes.
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
SyntaxPublic Enumeration InputAxis
public enum class InputAxis
Members
| Member name | Value | Description |
---|
| None | 0 | |
| JoystickXNegative | 1 | |
| JoystickXPositive | 2 | |
| JoystickYNegative | 3 | |
| JoystickYPositive | 4 | |
| JoystickAxis3Negative | 5 | |
| JoystickAxis3Positive | 6 | |
| JoystickAxis4Negative | 7 | |
| JoystickAxis4Positive | 8 | |
| JoystickAxis5Negative | 9 | |
| JoystickAxis5Positive | 10 | |
| Count | 11 |
Don't know what this one does.
|
See Also