arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.2d.animation@34e0443c58ed/Editor/Assets/SkinningModule/RigToolbar.uxml
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02: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>