canto/Assets/UI/Dialog.uxml

8 lines
558 B
Text

<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 class="container" style="flex-grow: 1;">
<ui:VisualElement name="header" class="header">
<ui:Label text="Label" name="title" class="title" />
</ui:VisualElement>
<ui:VisualElement name="content" class="content" style="flex-grow: 1;" />
</ui:VisualElement>
</ui:UXML>