CustomNodeEditor

public CustomNodeEditor(Type inspectedType) ;

Extend the editor for Node

Parameter Name Description
inspectedType Target type
public CustomNodeEditor(Type inspectedType, bool useForChildren) ;

Extend the editor for Node

Parameter Name Description
inspectedType Target type
useForChildren Whether to use for derived classes as well