UTKProperyWindow 개발 중
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit">
|
||||
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
|
||||
<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">
|
||||
<VisualElement class="utk-property-item__value" style="flex-grow: 1;">
|
||||
<utk:UTKSliderInt name="slider-field" class="utk-property-item__slider" />
|
||||
<utk:UTKIntegerField name="value-field" class="utk-property-item__number-field" />
|
||||
</VisualElement>
|
||||
|
||||
Reference in New Issue
Block a user