3D 잔재 제거
This commit is contained in:
9
Assets/08_UI/DialogEnterUI.uxml
Normal file
9
Assets/08_UI/DialogEnterUI.uxml
Normal file
@@ -0,0 +1,9 @@
|
||||
<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">
|
||||
<ui:VisualElement name="Body" style="flex-grow: 1;">
|
||||
<ui:VisualElement name="Overlay" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.502); justify-content: center; align-items: center;">
|
||||
<ui:VisualElement name="DialogList" style="flex-grow: 0; width: 50%; height: 70%; align-self: center; align-content: flex-start; justify-content: center; margin-bottom: 0; flex-shrink: 0; translate: 0 -50px; align-items: center;">
|
||||
<ui:ListView style="flex-shrink: 0; width: 800px; height: 600px;"/>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
10
Assets/08_UI/DialogEnterUI.uxml.meta
Normal file
10
Assets/08_UI/DialogEnterUI.uxml.meta
Normal file
@@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 723175cba3247b54c868395e5fe948a1
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
9
Assets/08_UI/DialogUI.uxml
Normal file
9
Assets/08_UI/DialogUI.uxml
Normal file
@@ -0,0 +1,9 @@
|
||||
<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/GlobalStyle.uss?fileID=7433441132597879392&guid=daee454451ae094468e43c05937249f6&type=3#GlobalStyle"/>
|
||||
<ui:VisualElement name="Body" style="flex-grow: 1; flex-direction: column-reverse;">
|
||||
<ui:VisualElement name="DialogField" style="flex-grow: 0; width: auto; height: 450px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; background-color: rgba(0, 0, 0, 0.624); justify-content: flex-start; align-content: flex-start; flex-direction: column;">
|
||||
<ui:Label text="Label" name="SpeakerName" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; height: 100px; width: 400px; -unity-text-align: middle-center;"/>
|
||||
<ui:Label text="Label" name="DialogText" style="text-overflow: ellipsis; flex-shrink: 1; flex-grow: 1; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;"/>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
10
Assets/08_UI/DialogUI.uxml.meta
Normal file
10
Assets/08_UI/DialogUI.uxml.meta
Normal file
@@ -0,0 +1,10 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6232dac42f54c684bb4081aa510ad29d
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
9
Assets/08_UI/GlobalStyle.uss
Normal file
9
Assets/08_UI/GlobalStyle.uss
Normal file
@@ -0,0 +1,9 @@
|
||||
#DialogText {
|
||||
color: rgb(255, 255, 255);
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
#SpeakerName {
|
||||
color: rgb(255, 255, 255);
|
||||
font-size: 50px;
|
||||
}
|
||||
12
Assets/08_UI/GlobalStyle.uss.meta
Normal file
12
Assets/08_UI/GlobalStyle.uss.meta
Normal file
@@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: daee454451ae094468e43c05937249f6
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
unsupportedSelectorAction: 0
|
||||
Reference in New Issue
Block a user