您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
7 行
377 B
7 行
377 B
<UXML xmlns="UnityEngine.UIElements">
|
|
<VisualElement class="added-label">
|
|
<Button name="remove-button" class="labeling__remove-item-button" />
|
|
<TextField name="label-value" class="labeling__added-label-value" />
|
|
<Button name="add-to-config-button" text="Add to Label Config..." class="labeling__add-to-config-button" />
|
|
</VisualElement>
|
|
</UXML>
|