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,10 @@
<?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--int utk-property-item--slider">
<utk:UTKLabel name="name-label" class="utk-property-item__label" />
<VisualElement class="utk-property-item__value">
<utk:UTKSliderInt name="slider-field" class="utk-property-item__slider" />
<utk:UTKIntegerField name="value-field" class="utk-property-item__number-field" />
</VisualElement>
</VisualElement>
</UXML>