Açıklama Yok
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.

WeightToolbar.uxml 1.6KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <UXML xmlns:ui="UnityEngine.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
  3. <aui:WeightToolbar name="WeightToolbar">
  4. <ui:PopupWindow name="PopupWindow" text="Weights">
  5. <ui:Button name="AutoGenerateWeight" tooltip="Automatically generates weights between existing bones and vertices.">
  6. <ui:Image name="AutoGenerateWeightImage" />
  7. <ui:Label text ="Auto Weights"/>
  8. </ui:Button>
  9. <ui:Button name="WeightPainterSlider" tooltip="Controls the individual bone weights on selected vertices or geometry.">
  10. <ui:Image name="WeightPainterSliderImage" />
  11. <ui:Label text ="Weight Slider"/>
  12. </ui:Button>
  13. <ui:Button name="WeightPainterBrush" tooltip="Paints bone weights across vertices in selected geometry.">
  14. <ui:Image name="WeightPainterBrushImage" />
  15. <ui:Label text ="Weight Brush"/>
  16. </ui:Button>
  17. <ui:Button name="BoneInfluenceWidget" tooltip="Selects which bones influence the selected Sprite.">
  18. <ui:Image name="BoneInfluenceWidgetImage" />
  19. <ui:Label text ="Bone Influence"/>
  20. </ui:Button>
  21. <ui:Button name="SpriteInfluenceWidget" tooltip="Selects which Sprites influence the selected bone.">
  22. <ui:Image name="SpriteInfluenceWidgetImage" />
  23. <ui:Label text ="Sprite Influence"/>
  24. </ui:Button>
  25. </ui:PopupWindow>
  26. </aui:WeightToolbar>
  27. </UXML>