Method Update
Update(float, ref AxisBase)
Declaration
public bool Update(float deltaTime, ref AxisBase axis)
Parameters
Type | Name | Description |
---|---|---|
float | deltaTime | |
AxisBase | axis |
Returns
Type | Description |
---|---|
bool |
Update(float, ref AxisState)
Support for legacy AxisState struct
Declaration
public bool Update(float deltaTime, ref AxisState axis)
Parameters
Type | Name | Description |
---|---|---|
float | deltaTime | |
AxisState | axis |
Returns
Type | Description |
---|---|
bool |