UTKProperyWIndow 수정 중
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user