private bool UpdateDirection(ref Vector3 dir) { return(_ctrl.TouchController(ref dir) || _ctrl.KeyController(ref dir)); }