EditorFeatureProfile.setDisableClassProperty

If disable is true, disables editing for property in the class specified by class_name. When a property is disabled, it won't appear in the inspector when selecting a node that extends the class specified by class_name.

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

Meta