9 lines
1.3 KiB
Plaintext
9 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="False">
|
|
<Style src="project://database/Assets/Resources/UIToolkit/Window/UTKComponentListWindow.uss?fileID=7433441132597879392&guid=3df97248d26591046ab077258a2e2e44&type=3#UTKComponentListWindow" />
|
|
<ui:VisualElement name="item-root" class="tree-item-container" style="flex-direction: row; justify-content: space-between; height: 22px; padding-left: 0; padding-right: 8px; align-items: center; padding-top: 0; padding-bottom: 0;">
|
|
<ui:Label name="item-label" text="Item Name" class="item-label-style" style="flex-grow: 1; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-left: 4px; padding-top: 0; padding-bottom: 0; padding-right: 4px; color: rgb(204, 204, 204); font-size: 13px; -unity-font-definition: resource('Fonts/Pretendard/Pretendard-Medium'); -unity-text-align: middle-left;" />
|
|
<ui:Button name="search-btn" class="visibility-toggle" style="width: 22px; background-image: resource('UIToolkit/Images/icon_search_22x16');" />
|
|
<ui:Button name="visibility-btn" class="visibility-toggle" style="width: 22px;" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|