Files
Unity2DProject/Assets/UnityTechnologies/Final/UI/SugarLand/DialogWindow.uxml
Mingu Kim 20c7e2ba3a 2DProject 및 Sprite 생성
1. 2DProject 생성
2. Sprite 및 AnimationController
2025-01-25 00:43:18 +09:00

6 lines
973 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<ui:VisualElement name="Background" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); width: 100%; height: 100%; background-image: url(&apos;project://database/Assets/UnityTechnologies/Art/Sprites/UI/UIDialogueBox.png?fileID=21300000&amp;guid=e19efba90db658c4980b2a4d32206764&amp;type=3#UIDialogueBox&apos;);">
<ui:Label tabindex="-1" text="Hey! Help me fix all those broken robots!" display-tooltip-when-elided="true" style="width: 100%; height: 100%; padding-left: 30px; padding-right: 30px; padding-top: 30px; padding-bottom: 30px; font-size: 32px; white-space: normal; color: rgb(255, 255, 255); -unity-font-style: bold;" />
</ui:VisualElement>
</ui:UXML>