暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Skeleton Sharing.uxml 487B

123456
  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:Label name="Description" style="color: rgb(255, 255, 255); white-space: normal; width: 300px;" />
  4. <ui:DropdownField style="width: 150px; position: relative; margin-left: 4px; align-self: center; padding-left: 0;" />
  5. </ui:VisualElement>
  6. </ui:UXML>