Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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>