Files
2026-04-25 23:37:10 +02:00

15 lines
1.3 KiB
Plaintext

<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
<Style src="project://database/Assets/TheVVaS/RPGCoreCommon/Helpers/Editor/Drawers/SerializableDictionary.uss?fileID=7433441132597879392&amp;guid=215036bf11e09364a9da52f92c9534f0&amp;type=3#SerializableDictionary" />
<ui:Foldout text="Label">
<RPGCoreCommon.Helpers.UIElements.TwoPaneSplitView name="sd-header" fixed-pane-initial-dimension="150" class="row">
<ui:Label text="KEY" class="row-left" />
<ui:Label text="VALUE" class="row-right" />
</RPGCoreCommon.Helpers.UIElements.TwoPaneSplitView>
<ui:VisualElement name="sd-add-row" class="row">
<uie:PropertyField class="row-left" />
<ui:Label text="&lt;-- select key before add" class="row-right" />
</ui:VisualElement>
<ui:ListView show-add-remove-footer="true" name="sd-list" reorderable="true" show-alternating-row-backgrounds="All" selection-type="Multiple" show-border="true" virtualization-method="DynamicHeight" reorder-mode="Animated" show-bound-collection-size="false" />
</ui:Foldout>
</ui:UXML>