Files
XRLib/Assets/Resources/UIToolkit/Window/UTKPropertyListWindow.uxml
2026-02-04 20:31:52 +09:00

11 lines
577 B
XML

<?xml version="1.0" encoding="utf-8"?>
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit">
<VisualElement name="window-root" class="utk-property-window">
<VisualElement name="header" class="utk-property-window__header">
<utk:UTKLabel name="title" class="utk-property-window__title" />
<utk:UTKButton name="close-btn" class="utk-property-window__close-btn" variant="Text" icon-only="true" />
</VisualElement>
<utk:UTKPropertyList name="content" class="utk-property-window__content" />
</VisualElement>
</UXML>