Click or drag to resize

EditorFeatureProfileSetDisableFeature Method

If disable is true, disables the editor feature specified in feature. When a feature is disabled, it will disappear from the editor entirely.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void SetDisableFeature(
	EditorFeatureProfileFeature feature,
	bool disable
)

Parameters

feature
Type: GodotEditorFeatureProfileFeature

[Missing <param name="feature"/> documentation for "M:Godot.EditorFeatureProfile.SetDisableFeature(Godot.EditorFeatureProfile.Feature,System.Boolean)"]

disable
Type: SystemBoolean

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

See Also