18 lines
3.3 KiB
Plaintext
18 lines
3.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/SHI/Modal/ISOP/ISOPModal.uss?fileID=7433441132597879392&guid=b798684be75686146a13288df44a17a3&type=3#ISOPModal" />
|
|
<ui:VisualElement name="topbar" style="flex-grow: 0; width: 100%; height: 60px; background-color: rgb(9, 24, 53); flex-shrink: 0; align-items: center; align-self: auto; align-content: auto; flex-direction: row; justify-content: center;">
|
|
<ui:Label text="블록2 상세" name="title" style="-unity-font-definition: url("project://database/Assets/Resources/Fonts/Pretendard/Pretendard-Bold.otf?fileID=12800000&guid=f9a95f3332ad9a9468b4eaa89f125b35&type=3#Pretendard-Bold"); font-size: 24px; color: rgb(255, 255, 255); flex-basis: auto; justify-content: center; align-items: center; -unity-text-align: middle-center; width: 500px;" />
|
|
<ui:Button name="closeButton" style="width: 24px; height: 24px; background-image: url("project://database/Assets/Resources/SHI/Images/btn_close_24.png?fileID=21300000&guid=461a84aa7f4a0104bb7a41e1f9d15f86&type=3#btn_close_24"); background-color: rgba(255, 255, 255, 0); border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; position: absolute; right: 18px;" />
|
|
</ui:VisualElement>
|
|
<ui:VisualElement name="content" style="flex-grow: 1; flex-shrink: 1; align-self: stretch; align-content: auto; align-items: stretch; width: 100%; flex-direction: row; overflow: hidden;">
|
|
<SHI.Modal.TreeList name="treeList" style="bottom: 0; left: 0; flex-direction: column; flex-wrap: nowrap; height: 100%; flex-shrink: 0;" />
|
|
<SHI.Modal.ISOP.ISOPModelView style="flex-grow: 1; flex-shrink: 1; flex-basis: 0; flex-direction: column; min-width: 0; overflow: hidden;" />
|
|
<SHI.Modal.ISOP.ISOPChart style="flex-grow: 1; flex-shrink: 1; flex-basis: 0; height: 100%; min-width: 0; overflow: hidden;" />
|
|
<ui:Button text=" " name="show-tree-btn" style="position: absolute; left: 0; top: 26px; width: 40px; height: 41px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; 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_show_explorer_40x41');" />
|
|
<ui:Button text=" " name="drag-btn" style="position: absolute; left: 60%; top: auto; width: 40px; height: 40px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; 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_drag_40'); bottom: 40px; align-items: center; align-self: center;" />
|
|
<ui:VisualElement name="loading-overlay" class="loading-overlay">
|
|
<ui:VisualElement name="loading-spinner" class="loading-spinner" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|