コード例 #1
0
ファイル: DrawGrid.cs プロジェクト: atom-chen/shisanshui-1
 public static void Done()
 {
     if (_inst != null)
     {
         _inst.DestroyTexture();
         _inst = null;
     }
 }