No Description
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.

BoneReparentWindow.uxml 426B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <UXML xmlns:ui="UnityEngine.UIElements" xmlns:eui="UnityEditor.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
  3. <aui:BoneReparentToolWindow name="BoneReparentToolWindow" picking-mode="Ignore">
  4. <ui:PopupWindow name="PopupWindow" text="Reparent Bones">
  5. <aui:BoneReparentToolView name ="BoneReparentToolView" />
  6. </ui:PopupWindow>
  7. </aui:BoneReparentToolWindow>
  8. </UXML>