InputAxis
Struct in Zigurous.CharacterController.Input
Implements IInputSetting
Declaration
[Serializable]
public struct InputAxis : IInputSettingDescription
An input axis setting.
Properties
| reference | A reference to the input action that handles the input. |
| sensitivity | The input sensitivity multiplier. |
| inverted | Inverts the input axis value. |
| timescaled | Scales the input axis value by delta time. |
Constructors
| InputAxis | Creates an input axis with the provided settings. |
Methods
| GetReference | Returns a reference to the input action. |