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.

InfluenceWindow.uxml 991B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <UXML xmlns:ui="UnityEngine.UIElements" xmlns:eui="UnityEditor.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
  3. <aui:InfluenceWindow name="InfluenceWindow" picking-mode="Ignore">
  4. <ui:PopupWindow name="PopupWindow" text="">
  5. <ui:VisualElement name="Container" picking-modes="Ignore">
  6. <ui:Image name ="HeaderImage">
  7. <ui:Label name ="HeaderText" text ="Bone Influences"/>
  8. </ui:Image>
  9. <ui:ListView name="ListView" fixed-item-height="20"/>
  10. <ui:VisualElement name="ButtonsContainer" picking-mode="Ignore">
  11. <ui:Button name="AddButton" tooltip="Add selected bone to influence Sprite">
  12. </ui:Button>
  13. <ui:Button name="RemoveButton" tooltip="Remove selected bone from influencing Sprite">
  14. </ui:Button>
  15. </ui:VisualElement>
  16. </ui:VisualElement>
  17. </ui:PopupWindow>
  18. </aui:InfluenceWindow>
  19. </UXML>