|
Returns true while the virtual button identified by buttonName is held down.
Think auto fire - this will return true as long as the button is held down.
Use this only when implementing action like events IE: shooting a weapon.
Use Input.GetAxis for any kind of movement behaviour.