暫無描述
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.

12345678
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
  2. <ui:VisualElement style="flex-direction: row; position: absolute; bottom: 150px; align-self: center;">
  3. <ui:DropdownField name="DropdownLeft" style="width: 150px; position: relative; margin-left: 4px; align-self: center; padding-left: 0;" />
  4. <ui:Button name="LoadButton" style="background-color: rgb(255, 140, 0); border-top-left-radius: 3px; border-radius: 3px; width: 150px; height: 70px; color: rgb(255, 255, 255); white-space: normal;" />
  5. <ui:DropdownField name="DropdownRight" style="width: 150px; position: relative; margin-left: 4px; align-self: center; padding-left: 0;" />
  6. </ui:VisualElement>
  7. <ui:Label name="Description" style="font-size: 16px; color: rgb(255, 255, 255); white-space: normal; width: 400px; align-self: center; bottom: 20px; position: absolute; -unity-text-align: upper-center;" />
  8. </ui:UXML>