Mohsen Kamalzadeh
4 年前
当前提交
228e2ab6
共有 14 个文件被更改,包括 386 次插入 和 197 次删除
-
153com.unity.perception/Editor/GroundTruth/AddToConfigWindow.cs
-
8com.unity.perception/Editor/GroundTruth/IdLabelConfigEditor.cs
-
207com.unity.perception/Editor/GroundTruth/LabelingEditor.cs
-
12com.unity.perception/Editor/GroundTruth/SemanticSegmentationLabelConfigEditor.cs
-
71com.unity.perception/Editor/GroundTruth/Uss/Styles.uss
-
10com.unity.perception/Editor/GroundTruth/Uxml/AddToConfigWindow.uxml
-
10com.unity.perception/Editor/GroundTruth/Uxml/ConfigElementForAddingLabelsFrom.uxml
-
3com.unity.perception/Editor/GroundTruth/Uxml/ConfigElementLabelPresent.uxml
-
9com.unity.perception/Editor/GroundTruth/Uxml/Labeling_Main.uxml
-
22com.unity.perception/Runtime/GroundTruth/Labeling/IdLabelConfig.cs
-
34com.unity.perception/Runtime/GroundTruth/Labeling/LabelConfig.cs
-
34com.unity.perception/Runtime/GroundTruth/Labeling/SemanticSegmentationLabelConfig.cs
-
7com.unity.perception/Editor/GroundTruth/Uxml/AddedConfigElement.uxml
-
3com.unity.perception/Editor/GroundTruth/Uxml/AddedConfigElement.uxml.meta
|
|||
<UXML xmlns="UnityEngine.UIElements"> |
|||
<BindableElement class="outer-container" name="outer-container"> |
|||
<BindableElement class="outer-container-in-window" name="outer-container"> |
|||
<Label text="Currently Present In:"/> |
|||
<ListView name="current-configs-listview" class="labeling__configs-listview" style="height:150px"/> |
|||
<Label text="Other Label Configs in Project:"/> |
|||
<ListView name="other-configs-listview" class="labeling__configs-listview"/> |
|||
<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 text="Other Label Configs in Project:" style="margin: 10px 0 4px 0"/> |
|||
<ListView name="other-configs-listview" class="labeling__configs-listview" style="height:150px; margin: 0"/> |
|||
</BindableElement> |
|||
</UXML> |
|||
|
|
|||
<UXML xmlns="UnityEngine.UIElements"> |
|||
<VisualElement class="added-label"> |
|||
<Toggle name="collapsed-state" style="display:none"/> |
|||
<VisualElement class="label-config-add-from"> |
|||
<Label name="config-name" class="labeling__config-name-label"/> |
|||
<ListView name="label-config-contents-listview"/> |
|||
<VisualElement class="label-config-header"> |
|||
<VisualElement name="collapse-toggle" class="collapse-toggle"/> |
|||
<Label name="config-name" class="labeling__config-name-label"/> |
|||
</VisualElement> |
|||
<ListView name="label-config-contents-listview" class="labeling__label-listview" style="height: 300px"/> |
|||
</VisualElement> |
|||
</UXML> |
|
|||
<UXML xmlns="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements"> |
|||
<VisualElement> |
|||
<VisualElement class="config-label-present"> |
|||
<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 xmlns="UnityEngine.UIElements"> |
|||
<VisualElement class="added-config"> |
|||
<Style src="../Uss/Styles.uss"/> |
|||
<Label name="config-name" class="labeling__config-name"/> |
|||
<Button name="remove-from-config-button" class="labeling__config-addremove-button"/> |
|||
</VisualElement> |
|||
</UXML> |
|
|||
fileFormatVersion: 2 |
|||
guid: 4883c5b4a100149dabfe7832ca5a5ca6 |
|||
timeCreated: 1603311500 |
撰写
预览
正在加载...
取消
保存
Reference in new issue