11 lines
1.6 KiB
Plaintext
11 lines
1.6 KiB
Plaintext
|
|
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xmlns:uvc="UVC.UIToolkit.List" 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="container" class="container" style="flex-grow: 1; flex-shrink: 0;">
|
||
|
|
<ui:VisualElement name="header" style="flex-direction: row; margin-bottom: 5px; justify-content: space-between; margin-top: 0;">
|
||
|
|
<ui:Label text="EXPLORER" style="color: rgb(204, 204, 204); -unity-font-style: normal; font-size: 11px; -unity-font-definition: resource('Fonts/Pretendard/Pretendard-Medium'); margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; height: 24px; -unity-text-align: middle-left;" />
|
||
|
|
<ui:Button name="close-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('UIToolkit/Images/btn_close_22'); align-self: center; align-items: auto; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; display: none;" />
|
||
|
|
</ui:VisualElement>
|
||
|
|
<uvc:UTKComponentList />
|
||
|
|
</ui:VisualElement>
|
||
|
|
</ui:UXML>
|