Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

CustomEditor.CustomEditor

CustomEditor(inspectedType: Type)
CustomEditor(inspectedType: Type, editorForChildClasses: bool)

Parameters

inspectedTypeType that this editor can edit.
editorForChildClassesIf true, child classes of inspectedType will also show this editor. Defaults to false.

Description

Defines which object type the custom editor class can edit.

See Also: Editor class.