Method ProcessInput
ProcessInput(ref InputAxis, float, float)
Apply the input value to the axis value
Declaration
public void ProcessInput(ref InputAxis axis, float inputValue, float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
InputAxis | axis | The InputAxisValue to update |
float | inputValue | The input value to apply to the axis value. |
float | deltaTime | current deltaTime |