Bez popisu
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.

TabButton.uxml 385B

123456789
  1. <UXML xmlns:ui="UnityEngine.UIElements"
  2. xmlns:ed="UnityEditor.UIElements">
  3. <ui:VisualElement class="unity-tab-button__top-bar" picking-mode="Ignore"/>
  4. <ui:VisualElement class="unity-tab-button__content" picking-mode="Ignore">
  5. <ui:Label name="Label" class="unity-tab-button__content-label" picking-mode="Ignore"/>
  6. </ui:VisualElement>
  7. </UXML>