미사용 클래스 삭제 및 컴파일러 경고 수정

This commit is contained in:
wsh
2025-05-20 16:40:14 +09:00
parent 41d23c984e
commit 46bf63621d
21 changed files with 15 additions and 120 deletions

View File

@@ -40,21 +40,6 @@ namespace Studio.UVC.UI
}
}
private void SetPadding(LayoutGroup layoutGroup)
{
//layoutGroup.padding.
if(layoutGroup is HorizontalLayoutGroup)
{
}
switch (layoutGroup)
{
//case layoutGroup as VerticalLayoutGroup:
// break;
}
}
public void SetLayOutGroupItem<T>(List<T>items,Vector2 cellSize)
{
if(!scrollRect.gameObject.TryGetComponent<GridLayoutGroup>(out var layout))