Files
VOIDRPG/Assets/92 - UserInterface/Generic/Game/DropdownUI.uxml
T
2026-07-09 21:33:33 +02:00

14 lines
897 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance"
engine="UnityEngine.UIElements" editor="UnityEditor.UIElements"
noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/92%20-%20UserInterface/Generic/Game/ContextMenuStyle.uss?fileID=7433441132597879392&amp;guid=74bcb1e0fd0935d4e9843d90c5d5dfc1&amp;type=3#ContextMenuStyle" />
<ui:VisualElement name="options">
<ui:Button text="ExampleButton" class="option" />
<ui:Button text="ExampleButton" class="option" />
<ui:Button text="ExampleButton" class="option" />
<ui:Button text="ExampleButton" class="option" />
<ui:Button text="ExampleButton" class="option" />
<ui:Button text="ExampleButton" class="option" />
</ui:VisualElement>
</ui:UXML>