Version: 2020.1

InspectorElement.InspectorElementConstructor

切换到手册
public InspectorElement ();
public InspectorElement (Object obj);

参数

obj 从给定的对象创建一个 SerializedObject 并使用 Bind() 自动绑定。
mode 确定是使用常规检视面板生成方式,还是强制生成特定类型的检视面板(即强制生成默认检视面板)。

描述

InspectorElement 构造函数。