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(Type inspectedType);
def CustomEditor(inspectedType as Type)
CustomEditor(inspectedType: Type, editorForChildClasses: bool)
CustomEditor(Type inspectedType, bool editorForChildClasses);
def CustomEditor(inspectedType as Type, editorForChildClasses as 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.