2026-02-20 19:17:36 +09:00
|
|
|
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
|
2026-02-25 20:27:11 +09:00
|
|
|
<VisualElement style="width: 100%; height: 100%; flex-direction: row; padding: 16px;">
|
|
|
|
|
<!-- 기존 UTKReordableList 샘플 -->
|
|
|
|
|
<VisualElement style="width: 300px; margin-right: 16px;">
|
|
|
|
|
<Label text="UTKReordableList" style="font-size: 14px; -unity-font-style: bold; margin-bottom: 8px;" />
|
|
|
|
|
<utk:UTKReordableList name="window" style="height: 200px;" />
|
|
|
|
|
</VisualElement>
|
|
|
|
|
|
|
|
|
|
<!-- UTKReordableTabList 샘플 -->
|
|
|
|
|
<VisualElement style="width: 400px;">
|
|
|
|
|
<Label text="UTKReordableTabList" style="font-size: 14px; -unity-font-style: bold; margin-bottom: 8px;" />
|
|
|
|
|
<utk:UTKReordableTabList name="tab-list" style="height: 300px;" />
|
|
|
|
|
</VisualElement>
|
|
|
|
|
|
2026-02-20 19:17:36 +09:00
|
|
|
<utk:UTKToggle name="toggle" label="테마 변경" style="position: absolute; top: 10px; right: 10px;" />
|
|
|
|
|
</VisualElement>
|
|
|
|
|
</UXML>
|