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

SearcherItem.uxml 447B

123456789101112
  1. <UXML xmlns:ui="UnityEngine.UIElements">
  2. <ui:VisualElement name="itemMainVisualContainer">
  3. <Style path="Searcher"/>
  4. <ui:VisualElement name="itemIndent"/>
  5. <ui:VisualElement name="itemChildExpander">
  6. <ui:VisualElement name="expanderIcon"/>
  7. </ui:VisualElement>
  8. <ui:Toggle name="itemToggle"/>
  9. <ui:VisualElement name="itemIconVisualElement"/>
  10. <ui:VisualElement name="labelsContainer"/>
  11. </ui:VisualElement>
  12. </UXML>