public void DumpDepthSort() // exists purely for debugging. { for (int i = 0; i < depthSort.Count; ++i) { KOSManagedWindow w = depthSort[i]; } }
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); } }