예제 #1
0
 public void DumpDepthSort() // exists purely for debugging.
 {
     for (int i = 0; i < depthSort.Count; ++i)
     {
         KOSManagedWindow w = depthSort[i];
     }
 }
예제 #2
0
 public void DumpDepthSort() // exists purely for debugging.
 {
     for (int i = 0; i < depthSort.Count; ++i)
     {
         KOSManagedWindow w = depthSort[i];
         Debug.Log("depthsort[" + i + "] = " + w.windowRect);
     }
 }