Click or drag to resize

EditorFeatureProfileIsClassEditorDisabled Method

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.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public bool IsClassEditorDisabled(
	string className
)

Parameters

className
Type: SystemString

[Missing <param name="className"/> documentation for "M:Godot.EditorFeatureProfile.IsClassEditorDisabled(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorFeatureProfile.IsClassEditorDisabled(System.String)"]

See Also