您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12 行
759 B
12 行
759 B
<UXML xmlns="UnityEngine.UIElements">
|
|
<VisualElement class="outer-container-in-window" name="outer-container">
|
|
<Style src="../Uss/Styles.uss"/>
|
|
<Label name="title" class="title-label"/>
|
|
<Label name="currently-present-label" text="Currently Present In:" style="margin: 10px 0 4px 0"/>
|
|
<ListView name="current-configs-listview" class="labeling__configs-listview" style="height:150px; margin: 0"/>
|
|
<Label name="other-configs-label" style="margin: 10px 0 4px 0"/>
|
|
<ListView name="other-configs-listview" class="labeling__configs-listview" style="height:150px; margin: 0"/>
|
|
<Label name="status" style="display:none; margin-top: 7px; -unity-font-style: bold; color:yellow"/>
|
|
</VisualElement>
|
|
</UXML>
|
|
|