浏览代码

renamed ParameterUIElementsEditor

/main
Steven Leal 4 年前
当前提交
5d2dd448
共有 3 个文件被更改,包括 2 次插入1 次删除
  1. 3
      com.unity.perception/Editor/Utilities/ParameterUIElementsEditor.cs
  2. 0
      /com.unity.perception/Editor/Utilities/ParameterUIElementsEditor.cs.meta
  3. 0
      /com.unity.perception/Editor/Utilities/ParameterUIElementsEditor.cs

3
com.unity.perception/Editor/Utilities/ParameterUIElementsEditor.cs


{
/// <summary>
/// Derive this class to force the Unity Editor to render an Object's default inspector using UIElements
/// to allow parameter UIs to render properly
public abstract class DefaultUIElementsEditor : UnityEditor.Editor
public abstract class ParameterUIElementsEditor : UnityEditor.Editor
{
public override VisualElement CreateInspectorGUI()
{

/com.unity.perception/Editor/Utilities/DefaultUIElementsEditor.cs.meta → /com.unity.perception/Editor/Utilities/ParameterUIElementsEditor.cs.meta

/com.unity.perception/Editor/Utilities/DefaultUIElementsEditor.cs → /com.unity.perception/Editor/Utilities/ParameterUIElementsEditor.cs

正在加载...
取消
保存