UTKProperyWIndow 수정 중

This commit is contained in:
logonkhi
2026-02-02 19:33:27 +09:00
parent f2d0f3d423
commit 297ca29082
118 changed files with 3043 additions and 1924 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit">
<VisualElement name="item-root" class="utk-property-item utk-property-item--floatrange">
<utk:UTKLabel name="name-label" class="utk-property-item__label" />
<VisualElement class="utk-property-item__value">
<utk:UTKFloatField name="min-field" />
<utk:UTKLabel text="~" size="Body2" class="utk-property-item__range-separator" />
<utk:UTKFloatField name="max-field" />
</VisualElement>
</VisualElement>
</UXML>