浏览代码

Update PerceptionCameraEditor.cs

/main
Mohsen Kamalzadeh 4 年前
当前提交
efb95ff4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs

2
com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs


var dir = PlayerPrefs.GetString(SimulationState.latestOutputDirectoryKey, string.Empty);
if (dir != string.Empty)
{
EditorGUILayout.LabelField("Latest Output Folder:");
EditorGUILayout.LabelField("Latest Output Folder");
GUILayout.BeginVertical("TextArea");
EditorGUILayout.HelpBox(dir, MessageType.None);
GUILayout.BeginHorizontal();

正在加载...
取消
保存