개발 완료

This commit is contained in:
logonkhi
2025-11-03 19:07:04 +09:00
parent a5a3f7d553
commit 5292879aaf
6 changed files with 349 additions and 299 deletions

View File

@@ -13,7 +13,7 @@ public class HierarchySample : MonoBehaviour
{
TreeListItemData itemData = new TreeListItemData("Item " + i);
int len = i < 5 ? 0 : 2;// Random.Range(1, 5);
int len = 5;// i < 5 ? 0 : 2;// Random.Range(1, 5);
Debug.Log("len: " + len);
for (int j = 0; j < len; j++)
{