EditorFeatureProfile.setDisableClass

If disable is true, disables the class specified by class_name. When disabled, the class won't appear in the Create New Node dialog.

struct EditorFeatureProfile
@nogc nothrow
void
setDisableClass
(
in String class_name
,
in bool disable
)

Meta