EditorFeatureProfile.setDisableFeature

If disable is true, disables the editor feature specified in feature. When a feature is disabled, it will disappear from the editor entirely.

struct EditorFeatureProfile
@nogc nothrow
void
setDisableFeature
(
in long feature
,
in bool disable
)

Meta