11 lines
989 B
Plaintext
11 lines
989 B
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
|
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
|
<Style src="project://database/Assets/Artists/UX/RadialMenu.uss?fileID=7433441132597879392&guid=97636bb4e64fefe4f917d2cf1075a23b&type=3#RadialMenu" />
|
|
<ui:VisualElement>
|
|
<ui:VisualElement name="fill-bar" class="root" style="background-color: rgba(255, 255, 255, 0.5); width: 0;" />
|
|
<ui:Button text="Button" parse-escape-sequences="true" display-tooltip-when-elided="true" name="main-button" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;">
|
|
<ui:VisualElement name="icon-image" style="background-image: resource('TypeIcons/Explicit/UpwardsArrow'); width: 24px; height: 24px;" />
|
|
</ui:Button>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|