UTKReorableList 개발 중
This commit is contained in:
6
Assets/Sample/UIToolkit/UTKSettingModalUXML.uxml
Normal file
6
Assets/Sample/UIToolkit/UTKSettingModalUXML.uxml
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user