Click or drag to resize

EditorFeatureProfileGetFeatureName Method

Returns the specified feature's human-readable name.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public string GetFeatureName(
	EditorFeatureProfileFeature feature
)

Parameters

feature
Type: GodotEditorFeatureProfileFeature

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

Return Value

Type: String

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

See Also