2026-02-06 19:54:11 +09:00
|
|
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:utk="UVC.UIToolkit" editor-extension-mode="False">
|
2026-02-04 20:31:52 +09:00
|
|
|
<ui:VisualElement name="container" class="utk-property-item-view-container">
|
|
|
|
|
<utk:UTKLabel name="label" text="Label" class="utk-property-item-view__label" />
|
|
|
|
|
<ui:VisualElement name="value-container" class="utk-property-item-view__value">
|
|
|
|
|
<utk:UTKToggle name="value-field" class="utk-property-item-view__toggle" />
|
|
|
|
|
<utk:UTKLabel name="state-label" class="utk-property-item-view__state-label" />
|
|
|
|
|
</ui:VisualElement>
|
|
|
|
|
</ui:VisualElement>
|
|
|
|
|
</ui:UXML>
|