Mohsen Kamalzadeh
4 年前
当前提交
8785414f
共有 9 个文件被更改,包括 139 次插入 和 49 次删除
-
85com.unity.perception/Editor/GroundTruth/AddToConfigWindow.cs
-
2com.unity.perception/Editor/GroundTruth/LabelingEditor.cs
-
32com.unity.perception/Editor/GroundTruth/Uss/Styles.uss
-
15com.unity.perception/Editor/GroundTruth/Uxml/AddedLabelElement.uxml
-
5com.unity.perception/Editor/GroundTruth/Uxml/ConfigElementLabelNotPresent.uxml
-
8com.unity.perception/Editor/GroundTruth/Uxml/ConfigElementLabelPresent.uxml
-
6com.unity.perception/Editor/GroundTruth/Uxml/Labeling_Main.uxml
-
28com.unity.perception/Runtime/GroundTruth/Labeling/IdLabelConfig.cs
-
7com.unity.perception/Runtime/GroundTruth/Labeling/LabelConfig.cs
|
|||
<UXML xmlns="UnityEngine.UIElements"> |
|||
<VisualElement class="added-label"> |
|||
<Style src="../Uss/Styles.uss"/> |
|||
<Button name="remove-button" class="labeling__remove-item-button"/> |
|||
<TextField name="label-value" class="labeling__added-label-value"/> |
|||
<Button name="add-to-config-button" class="labeling__add-to-config-button" text="Add to Label Config..."/> |
|||
</VisualElement> |
|||
</UXML> |
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xmlns="UnityEngine.UIElements" editor-extension-mode="False"> |
|||
<ui:VisualElement class="added-label"> |
|||
<ui:Button name="remove-button" class="labeling__remove-item-button" /> |
|||
<ui:TextField name="label-value" class="labeling__added-label-value" /> |
|||
<ui:Button name="add-to-config-button" text="Add to Label Config..." class="labeling__add-to-config-button" /> |
|||
</ui:VisualElement> |
|||
</ui:UXML> |
|
|||
<UXML xmlns="UnityEngine.UIElements"> |
|||
<VisualElement class="added-label"> |
|||
<Style src="../Uss/Styles.uss"/> |
|||
<Button name="remove-button" class="labeling__remove-item-button"/> |
|||
<TextField name="label-value" class="labeling__added-label-value"/> |
|||
<Button name="add-to-config-button" class="labeling__add-to-config-button" text="Add to Label Config..."/> |
|||
<Label name="config-name" class="labeling__config-name-label"/> |
|||
<Button name="add-to-config-button" class="labeling__addremove-config-button"/> |
|||
</VisualElement> |
|||
</UXML> |
|
|||
<UXML xmlns="UnityEngine.UIElements"> |
|||
<UXML xmlns="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements"> |
|||
<Button name="remove-button" class="labeling__remove-item-button"/> |
|||
<TextField name="label-value" class="labeling__added-label-value"/> |
|||
<Button name="add-to-config-button" class="labeling__add-to-config-button" text="Add to Label Config..."/> |
|||
<editor:ObjectField name="config-object"/> |
|||
<Label name="config-name" class="labeling__config-name-label"/> |
|||
<Button name="remove-from-config-button" class="labeling__addremove-config-button"/> |
|||
</VisualElement> |
|||
</UXML> |
撰写
预览
正在加载...
取消
保存
Reference in new issue