2026-02-03 20:43:36 +09:00
|
|
|
<UXML xmlns="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
|
2026-02-02 19:33:27 +09:00
|
|
|
<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">
|
2026-02-03 20:43:36 +09:00
|
|
|
<utk:UTKVector2Field name="value-field" class="utk-property-item__vector2-field" style="flex-grow: 1; margin-right: 0;" />
|
2026-02-02 19:33:27 +09:00
|
|
|
</VisualElement>
|
|
|
|
|
</VisualElement>
|
|
|
|
|
</UXML>
|