15 lines
2.5 KiB
Plaintext
15 lines
2.5 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/SHI/Modal/TreeList.uss?fileID=7433441132597879392&guid=a1b1f50d423b463408e1f540fb4acfe9&type=3#TreeList" />
|
|
<ui:VisualElement name="container" class="tree-menu-container">
|
|
<ui:VisualElement name="header" style="flex-direction: row; margin-bottom: 5px; justify-content: space-between;">
|
|
<ui:Label text="모델 검색" style="color: white; -unity-font-style: normal; font-size: 20px; -unity-font-definition: resource('Fonts/Pretendard/Pretendard-Bold');" />
|
|
<ui:Button name="hide-btn" style="width: 22px; height: 22px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; background-color: rgba(188, 188, 188, 0); background-image: resource('SHI/Images/btn_close_explorer_22'); align-self: center; align-items: auto; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;" />
|
|
</ui:VisualElement>
|
|
<ui:TextField name="search-field" placeholder-text="검색어를 입력하세요." class="search-field">
|
|
<ui:Button name="clear-btn" style="width: 18px; height: 18px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; background-color: rgba(255, 255, 255, 0); background-image: resource('SHI/Images/btn_cancel_64'); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; align-self: center; position: absolute; right: 26px; -unity-background-image-tint-color: rgb(180, 180, 180);" />
|
|
<ui:VisualElement style="flex-grow: 1; position: absolute; right: 6px; width: 16px; height: 17px; justify-content: center; align-items: auto; align-self: center; background-image: resource('SHI/Images/icon_search_16x17');" />
|
|
</ui:TextField>
|
|
<ui:TreeView name="main-tree-view" view-data-key="model-tree-view" fixed-item-height="32" auto-expand="true" item-template="project://database/Assets/Resources/SHI/Modal/TreeListItem.uxml?fileID=9197481963319205126&guid=c5b3acae6c4669946b6e6b8b36d82e88&type=3#TreeListItem" horizontal-scrolling="true" style="flex-grow: 1;" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|