InputAxis Constructor
Constructor in InputAxis
Declaration
public InputAxis(float sensitivity, bool inverted, bool timescaled)Description
Creates an input axis with the provided settings.
Parameters
| sensitivity | The input sensitivity multiplier (default=1). |
| inverted | Inverts the input axis value (default=false). |
| timescaled | Scales the input axis value by delta time (default=false). |