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

InspectorElementConstructor

切换到手册
public InspectorElement ();
public InspectorElement (Object obj);
public InspectorElement (Object obj, PS4.PS4VideoPlayer.Mode mode);

参数

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

描述

InspectorElement 构造函数。