コード例 #1
0
 //logic for remove tile logic
 private void RemoveTileButtonLogic()
 {
     tile.RemoveSelf();
     DestroyImmediate(tile.gameObject);
 }