14 lines
897 B
Plaintext
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&guid=74bcb1e0fd0935d4e9843d90c5d5dfc1&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>
|