コード例 #1
0
 void UpdateStone(MyObject obj, Stone stone)
 {
     if (obj.transform.position.y <= -5f)
     {
         obj.Destroy();
     }
 }