Files
XRLib/Assets/Resources/UIToolkit/Property/Items/UTKDateTimePropertyItem.uxml
2026-02-03 20:43:36 +09:00

10 lines
627 B
Plaintext

<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
<VisualElement name="item-root" class="utk-property-item utk-property-item--datetime">
<utk:UTKLabel name="name-label" class="utk-property-item__label" />
<VisualElement class="utk-property-item__value" style="flex-grow: 1;">
<utk:UTKInputField name="datetime-field" style="flex-grow: 1;" />
<utk:UTKButton name="picker-btn" text="..." variant="Secondary" class="utk-property-item__picker-btn" style="width: 24px; min-width: 24px;" />
</VisualElement>
</VisualElement>
</UXML>