Click or drag to resize

EditorFileDialogAddFilter Method

Adds a comma-delimited file extension filter option to the EditorFileDialog with an optional semi-colon-delimited label.

For example, "*.tscn, *.scn; Scenes" results in filter text "Scenes (*.tscn, *.scn)".

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void AddFilter(
	string filter
)

Parameters

filter
Type: SystemString

[Missing <param name="filter"/> documentation for "M:Godot.EditorFileDialog.AddFilter(System.String)"]

See Also