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.
1234567891011121314 |
- <?xml version="1.0" encoding="utf-8"?>
- <UXML xmlns:ui="UnityEngine.UIElements" xmlns:eui="UnityEditor.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
- <aui:PivotInspectorPanel name="PivotInspectorPanel" text="Pivot Inspector" picking-mode="Ignore">
- <ui:PopupWindow name="PivotInspectorPopupWindow" text="Pivot">
- <ui:VisualElement name="PivotEnum" class="form-row">
- <eui:EnumField name = "pivotField" label = "Pivot" class="unity-enum-field"/>
- </ui:VisualElement>
- <ui:VisualElement name="PivotPosition" class="form-row">
- <ui:Label name="PivotPositionLabel" text="Position" tooltip ="Position of the bone"/>
- <eui:Vector2Field name="PivotPositionField" class="form-editor"/>
- </ui:VisualElement>
- </ui:PopupWindow>
- </aui:PivotInspectorPanel>
- </UXML>
|