Method Update
Update(float)
Updates the state of this axis based on the Input axis defined by AxisState.m_AxisName
Declaration
public bool Update(float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
float | deltaTime | Delta time in seconds |
Returns
Type | Description |
---|---|
bool | Returns true if this axis's input was non-zero this Update, false otherwise |