Files
XRLib/Assets/Sample/UIToolkit/UTKReordableListUXML.uxml

17 lines
971 B
Plaintext

<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
<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>
<utk:UTKToggle name="toggle" label="테마 변경" style="position: absolute; top: 10px; right: 10px;" />
</VisualElement>
</UXML>