Version: 2017.2
Experimental: this API is experimental and might be changed or removed in the future.

ScriptedImporterEditor.OnInspectorGUI

切换到手册
public void OnInspectorGUI ();

描述

实现此方法可自定义如何为 ScriptedImporter 管理的资源绘制 Unity 的资源 Inspector。

基本实现为每个顶层属性提供一个字段(包括子级)。这可由派生类重载。