Click or drag to resize

EditorFileDialogSetShowHiddenFiles Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EditorFileDialog.SetShowHiddenFiles(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShowHiddenFiles is deprecated. Use the ShowHiddenFiles property instead.")]
public void SetShowHiddenFiles(
	bool show
)

Parameters

show
Type: SystemBoolean

[Missing <param name="show"/> documentation for "M:Godot.EditorFileDialog.SetShowHiddenFiles(System.Boolean)"]

See Also