private void OnTriggerEnter2D(Collider2D other) { if (other.tag == "Player") { itemBag.SetItemID(iD);//プレイヤーに触れたらitemBagにIDを渡す } }