Click or drag to resize

EditorFeatureProfileSetDisableClass Method

If disable is true, disables the class specified by class_name. 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 void SetDisableClass(
	string className,
	bool disable
)

Parameters

className
Type: SystemString

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

disable
Type: SystemBoolean

[Missing <param name="disable"/> documentation for "M:Godot.EditorFeatureProfile.SetDisableClass(System.String,System.Boolean)"]

See Also