Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

CustomEditor.CustomEditor

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

Parameters

inspectedType Type that this editor can edit.
editorForChildClasses If 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.