CustomTypeMenuCreator

CustomTypeMenuCreator(Type)

public CustomTypeMenuCreator(Type inspectedType) ;

Description

Extend the script selection menu

Parameters

Parameter Name Description
inspectedType Target type

CustomTypeMenuCreator(Type, bool)

public CustomTypeMenuCreator(Type inspectedType, bool useForChildren) ;

Description

Extend the script selection menu

Parameters

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