Version: 5.6

Editor.CreateCachedEditorWithContext

切换到手册
public static void CreateCachedEditorWithContext (Object targetObject, Object context, Type editorType, ref Editor previousEditor);
public static void CreateCachedEditorWithContext (Object[] targetObjects, Object context, Type editorType, ref Editor previousEditor);

描述

使用上下文对象创建缓存的编辑器。

此方法与 CreateCachedEditor 完全相同,但它将使用作为参数传递的上下文对象来创建 SerializedObject。此上下文对象将用于存储和检索 SerializedObject 上声明的 ExposedReference 类型的值。