You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
385 B
9 lines
385 B
<UXML xmlns:ui="UnityEngine.UIElements" |
|
xmlns:ed="UnityEditor.UIElements"> |
|
|
|
<ui:VisualElement class="unity-tab-button__top-bar" picking-mode="Ignore"/> |
|
<ui:VisualElement class="unity-tab-button__content" picking-mode="Ignore"> |
|
<ui:Label name="Label" class="unity-tab-button__content-label" picking-mode="Ignore"/> |
|
</ui:VisualElement> |
|
|
|
</UXML>
|
|
|