Geen omschrijving
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.

PivotInspectorPanel.uxml 807B

1234567891011121314
  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:PivotInspectorPanel name="PivotInspectorPanel" text="Pivot Inspector" picking-mode="Ignore">
  4. <ui:PopupWindow name="PivotInspectorPopupWindow" text="Pivot">
  5. <ui:VisualElement name="PivotEnum" class="form-row">
  6. <eui:EnumField name = "pivotField" label = "Pivot" class="unity-enum-field"/>
  7. </ui:VisualElement>
  8. <ui:VisualElement name="PivotPosition" class="form-row">
  9. <ui:Label name="PivotPositionLabel" text="Position" tooltip ="Position of the bone"/>
  10. <eui:Vector2Field name="PivotPositionField" class="form-editor"/>
  11. </ui:VisualElement>
  12. </ui:PopupWindow>
  13. </aui:PivotInspectorPanel>
  14. </UXML>