설명 없음
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.

RigToolbar.uxml 720B

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>