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