浏览代码

Merge pull request #232 from Unity-Technologies/labelers_list_title_fix

Fixed a perception camera editor UI bug
/main
GitHub 4 年前
当前提交
d204af79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs

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


public void OnEnable()
{
m_LabelersList = new ReorderableList(this.serializedObject, labelersProperty, true, false, true, true);
m_LabelersList = new ReorderableList(this.serializedObject, labelersProperty, true, true, true, true);
m_LabelersList.drawHeaderCallback = (rect) =>
{
EditorGUI.LabelField(rect, "Camera Labelers", EditorStyles.largeLabel);

正在加载...
取消
保存