7 lines
434 B
Plaintext
7 lines
434 B
Plaintext
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
|
|
<VisualElement style="width: 100%; height: 100%; flex-direction: column;">
|
|
<VisualElement name="toolbar-area" style="flex-grow: 1; flex-direction: column; padding: 8px;" />
|
|
<utk:UTKToggle name="toggle" label="테마 변경" style="position: absolute; top: 8px; right: 10px; z-index: 10;" />
|
|
</VisualElement>
|
|
</UXML>
|