CustomNodeComponentEditor

CustomNodeComponentEditor(Type)

public CustomNodeComponentEditor(Type inspectedType) ;

Description

Extend the editor for NodeComponent

Parameters

Parameter Name Description
inspectedType Target type

CustomNodeComponentEditor(Type, bool)

public CustomNodeComponentEditor(Type inspectedType, bool useForChildren) ;

Description

Extend the editor for NodeComponent

Parameters

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