EditorFeatureProfile.isClassPropertyDisabled

Returns true if property is disabled 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 const
bool
isClassPropertyDisabled
(
in String class_name
,
in String property
)

Meta