Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Editor.CreateEditorWithContext

public static Editor CreateEditorWithContext(Object[] targetObjects, Object context, Type editorType = null);

Description

Make a custom editor for targetObject or targetObjects with a context object.

This method is identical to CreateEditor except that the SerializedObject will be created using the context object passed as parameter. This context object will be used to store and retrieve the value for ExposedReference types declared on the SerializedObject.

Did you find this page useful? Please give it a rating: