private void Update() { Press(); Relase(); if (mover == null) { return; } mover.EnableMove(targetJoint, localHitPoint); }