public void Touch(Vector2 touchPos) { touched.Value = true; // 判定処理を書く Judge.Apply(touchPos, transform.position); }