Method Update
Update(float)
Updates the state of this axis based on the axis defined by AxisState.m_AxisName
선언
public bool Update(float deltaTime)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| float | deltaTime | Delta time in seconds |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if this axis' input was non-zero this Update, false otherwise |