Click or drag to resize

EditorFeatureProfileIsFeatureDisabled Method

Returns true if the feature is disabled. 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 bool IsFeatureDisabled(
	EditorFeatureProfileFeature feature
)

Parameters

feature
Type: GodotEditorFeatureProfileFeature

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorFeatureProfile.IsFeatureDisabled(Godot.EditorFeatureProfile.Feature)"]

See Also