10 lines
673 B
Plaintext
10 lines
673 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/MainMenu/ProfileUIStyle.uss?fileID=7433441132597879392&guid=bd4b2829bb1800546acd8aafd57ed4d7&type=3#ProfileUIStyle" />
|
|
<ui:VisualElement name="root-profile">
|
|
<ui:Button text="{PROFILE_NAME}" name="select-profile" />
|
|
<ui:Button name="delete-profile" text="X" />
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|