10 lines
476 B
Plaintext
10 lines
476 B
Plaintext
|
|
<?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--vector2">
|
||
|
|
<utk:UTKLabel name="name-label" class="utk-property-item__label" />
|
||
|
|
<VisualElement class="utk-property-item__value">
|
||
|
|
<utk:UTKVector2Field name="value-field" class="utk-property-item__vector2-field" />
|
||
|
|
</VisualElement>
|
||
|
|
</VisualElement>
|
||
|
|
</UXML>
|