示例#1
0
 void OnDestroy()
 {
     if (uniWin != null)
     {
         uniWin.Dispose();
     }
 }
 void OnDestroy()
 {
     uniWin.Dispose();
 }