로그 제거
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user