EditorFeatureProfile.isClassEditorDisabled

Returns true if editing for the class specified by class_name is disabled. When disabled, the class will still appear in the Create New Node dialog but the inspector will be read-only when selecting a node that extends the class.

struct EditorFeatureProfile
@nogc nothrow const
bool
isClassEditorDisabled
(
in String class_name
)

Meta