Files
XRLib/Assets/Resources/UIToolkit/Property/Views/UTKFloatDropdownPropertyItemView.uxml
2026-02-10 20:48:49 +09:00

11 lines
713 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
<ui:VisualElement name="container" class="utk-property-item-view-container">
<utk:UTKLabel name="label" text="Label" class="utk-property-item-view__label" />
<ui:VisualElement name="value-container" class="utk-property-item-view__value">
<utk:UTKFloatField name="float-field" class="utk-float-dropdown-view__float-field" />
<utk:UTKFloatStepper name="stepper-field" class="utk-float-dropdown-view__stepper" />
<utk:UTKDropdown name="dropdown-field" class="utk-float-dropdown-view__dropdown" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>