private void OnItemDropped(IPickable obj) { var v = _body.Velocity; v.x += LookDirection * 4f; v.y = 0f; obj.SetDropVelocity(v); }