Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <UXML xmlns:ui="UnityEngine.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
  3. <aui:RigToolbar name="RigToolbar">
  4. <ui:PopupWindow name="PopupWindow" text="Rig">
  5. <ui:Button name="CopyRig" tooltip="Copies the bone and mesh data in the current selection.">
  6. <ui:Image name="CopyRigImage" />
  7. <ui:Label text ="Copy Rig"/>
  8. </ui:Button>
  9. <ui:Button name="PasteRig" tooltip="Pastes the bone and mesh data onto the current selection.">
  10. <ui:Image name="PasteRigImage" />
  11. <ui:Label text ="Paste Rig"/>
  12. </ui:Button>
  13. </ui:PopupWindow>
  14. </aui:RigToolbar>
  15. </UXML>