コード例 #1
0
 void OnTriggerEnter(Collider col)
 {
     if (col.tag == "Baby")
     {
         route.SetCameraOffSet(offListNum);
     }
 }