Click or drag to resize

EditorFeatureProfileIsClassDisabled Method

Returns true if the class specified by class_name is disabled. When disabled, the class won't appear in the Create New Node dialog.

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

Parameters

className
Type: SystemString

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

Return Value

Type: Boolean

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

See Also