로그 제거

This commit is contained in:
geondo55
2025-05-28 20:01:59 +09:00
parent e6e052b029
commit 54a9f6ff9c

View File

@@ -241,7 +241,6 @@ namespace Studio.AssetLibraryTree
float x = col * (itemWidth + spacingX) - ((rowItemCount - 1) * (itemWidth + spacingX)) / 2f;
float y = -(row-folderCount) * ( itemHeight + spacingY) + (-folderCount * (folderHeight + spacingY)) - height / 2f;
Debug.Log("Y " + y + " " + folderCount + "/" + row);
itemRt.sizeDelta = new Vector2(itemWidth, height);
itemRt.anchoredPosition = new Vector2(x, y);