Files
XRLib/Assets/Resources/UIToolkit/Menu/UTKMenuItem.uxml
2026-02-13 20:27:31 +09:00

8 lines
480 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xmlns:utk="UVC.UIToolkit"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd">
<ui:Button name="menu-button" class="menu-item">
<utk:UTKLabel name="label" class="menu-item__label" />
<ui:VisualElement name="arrow" class="menu-item__arrow" style="display: none;" />
</ui:Button>
</ui:UXML>