Index.uxml 3.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
  2. <Style src="project://database/Assets/UniEaseCopy/Editor/UXML/Index.uss?fileID=7433441132597879392&amp;guid=2014721a7acd5414e89e237b2fa6787f&amp;type=3#Index" />
  3. <ui:VisualElement style="justify-content: space-between;">
  4. <ui:VisualElement name="ButtonContainer" style="flex-direction: row; margin-bottom: 5px; margin-top: 5px; padding-left: 5px; min-height: 40px;">
  5. <ui:VisualElement class="ButtonContainer" style="flex-grow: 1;">
  6. <ui:Label text="Copy" display-tooltip-when-elided="true" class="Title" />
  7. <ui:Button text="Copy" display-tooltip-when-elided="true" name="CopyButton" style="padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;" />
  8. </ui:VisualElement>
  9. <ui:VisualElement class="ButtonContainer" style="flex-grow: 2;">
  10. <ui:Label text="Paste" display-tooltip-when-elided="true" class="Title" />
  11. <ui:VisualElement style="flex-direction: row;">
  12. <ui:Button text="Ease" display-tooltip-when-elided="true" name="PasteEaseButton" style="padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; flex-grow: 1;" />
  13. <ui:Button text="Value" display-tooltip-when-elided="true" name="PasteValueButton" focusable="false" style="padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; flex-grow: 1;" />
  14. </ui:VisualElement>
  15. </ui:VisualElement>
  16. </ui:VisualElement>
  17. <ui:VisualElement name="LogContainer" style="min-height: 40px;">
  18. <ui:VisualElement name="LogBackground" style="padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;">
  19. <ui:Label text="Log" display-tooltip-when-elided="true" name="LogTypeText" class="LogTypeLog" style="-unity-text-align: middle-center; margin-bottom: 5px;" />
  20. <ui:Label text="The selected keyframe belongs to multiple curves." display-tooltip-when-elided="true" name="LogMessageText" style="align-items: flex-start; white-space: normal; padding-left: 5px; padding-right: 5px; min-height: 12px;" />
  21. </ui:VisualElement>
  22. </ui:VisualElement>
  23. <ui:VisualElement name="InfoContainer" style="margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px;">
  24. <ui:VisualElement name="CopiedKeyInfo">
  25. <ui:Label text="Copied Keyframes: 4" display-tooltip-when-elided="true" name="CopiedKeyframeLabel" class="Title" />
  26. <ui:VisualElement style="background-color: rgb(63, 62, 62); padding-top: 2px; padding-bottom: 2px; padding-left: 2px; padding-right: 2px;">
  27. <ui:ListView name="CopiedKeyframeList" selection-type="None" virtualization-method="DynamicHeight" style="margin-top: 5px;" />
  28. </ui:VisualElement>
  29. </ui:VisualElement>
  30. </ui:VisualElement>
  31. </ui:VisualElement>
  32. </ui:UXML>