No Description
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.

Runtime Swap.uxml 2.4KB

123456789101112131415161718192021
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
  2. <ui:VisualElement style="right: auto; position: absolute; top: 30px; left: 30px;">
  3. <ui:Label name="Head" text="Head" style="align-items: center; flex-direction: row; font-size: 16px; color: rgb(255, 255, 255); margin: 5px; padding: 5px;">
  4. <ui:Image name="RemoveOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  5. <ui:Image name="AddOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  6. </ui:Label>
  7. <ui:Label name="Shoulders" text="Shoulders" style="align-items: center; flex-direction: row; font-size: 16px; color: rgb(255, 255, 255); margin: 5px; padding: 5px;">
  8. <ui:Image name="RemoveOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  9. <ui:Image name="AddOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  10. </ui:Label>
  11. <ui:Label name="Arms" text="Arms" style="align-items: center; flex-direction: row; font-size: 16px; color: rgb(255, 255, 255); margin: 5px; padding: 5px;">
  12. <ui:Image name="RemoveOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  13. <ui:Image name="AddOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  14. </ui:Label>
  15. <ui:Label name="Legs" text="Legs" style="align-items: center; flex-direction: row; font-size: 16px; color: rgb(255, 255, 255); margin: 5px; padding: 5px;">
  16. <ui:Image name="RemoveOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  17. <ui:Image name="AddOverride" style="width: 70px; height: 70px; background-color: rgb(255, 255, 255); padding: 5px; margin: 5px; top: 15px;" />
  18. </ui:Label>
  19. </ui:VisualElement>
  20. <ui:Label name="Description" style="font-size: 14px; -unity-text-align: upper-left; white-space: normal; color: rgb(255, 255, 255); margin-top: 5px; bottom: 50px; position: absolute; width: 300px; justify-content: center; align-self: center; right: auto;" />
  21. </ui:UXML>