UIToolkit Sample uxml로 전환

This commit is contained in:
logonkhi
2026-01-20 20:18:47 +09:00
parent ee86f93814
commit fd8f8c6de0
202 changed files with 3614 additions and 1440 deletions

View File

@@ -3,9 +3,7 @@ using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
using UVC.UIToolkit.List;
namespace UVC.UIToolkit.Window
namespace UVC.UIToolkit
{
/// <summary>
/// UTKAccordionList를 래핑하여 윈도우 형태로 제공하는 컴포넌트입니다.

View File

@@ -3,9 +3,7 @@ using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
using UVC.UIToolkit.List;
namespace UVC.UIToolkit.Window
namespace UVC.UIToolkit
{
/// <summary>
/// UTKComponentList를 래핑하여 윈도우 형태로 제공하는 컴포넌트입니다.

View File

@@ -4,9 +4,7 @@ using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UIElements;
using UVC.UIToolkit.List;
namespace UVC.UIToolkit.Window
namespace UVC.UIToolkit
{
/// <summary>
/// UTKComponentList와 탭 기능을 결합하여 윈도우 형태로 제공하는 컴포넌트입니다.

View File

@@ -3,9 +3,7 @@ using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
using UVC.UIToolkit.List;
namespace UVC.UIToolkit.Window
namespace UVC.UIToolkit
{
/// <summary>
/// UTKImageList를 래핑하여 윈도우 형태로 제공하는 컴포넌트입니다.

View File

@@ -4,10 +4,9 @@ using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UIElements;
using UVC.UIToolkit.List;
using static UVC.UIToolkit.UTKStyleGuide;
namespace UVC.UIToolkit.Window
namespace UVC.UIToolkit
{
/// <summary>
/// 계층적 트리 구조를 표시하는 커스텀 UI Toolkit 컴포넌트입니다.