Singularity/Library/PackageCache/com.unity.2d.animation@7.0.10/Editor/Assets/SkinningModule/RigToolbar.uxml
2024-05-06 11:45:45 -07:00

15 lines
720 B
XML

<?xml version="1.0" encoding="utf-8"?>
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
<aui:RigToolbar name="RigToolbar">
<ui:PopupWindow name="PopupWindow" text="Rig">
<ui:Button name="CopyRig" tooltip="Copies the bone and mesh data in the current selection.">
<ui:Image name="CopyRigImage" />
<ui:Label text ="Copy Rig"/>
</ui:Button>
<ui:Button name="PasteRig" tooltip="Pastes the bone and mesh data onto the current selection.">
<ui:Image name="PasteRigImage" />
<ui:Label text ="Paste Rig"/>
</ui:Button>
</ui:PopupWindow>
</aui:RigToolbar>
</UXML>