Files
LowPolyBattleSim/Library/PackageCache/com.unity.shadergraph@608f316e1f48/Editor/Resources/UXML/TabButton.uxml
Caleb Sandford deQuincey ecdd3e2a9e intial commit
2025-06-27 23:27:49 +01:00

10 lines
385 B
Plaintext

<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>