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

12 行
613 B

<UXML xmlns:ui="UnityEngine.Experimental.UIElements">
<ui:VisualElement name="contentItem" pickingMode="Ignore">
<ui:VisualElement name="pill" pickingMode="Ignore">
<ui:VisualElement name="borderItem" pickingMode="Ignore" />
<ui:VisualElement name="backgroundItem" pickingMode="Ignore" />
<ui:Image name="iconItem" />
<ui:Label name="textLabel" text = "" pickingMode="Ignore" />
</ui:VisualElement>
<ui:Label name="typeLabel" text = "" pickingMode="Ignore" />
</ui:VisualElement>
<ui:TextField name="textField" text="" />
</UXML>