Click or drag to resize

EditorFileDialogIsShowingHiddenFiles Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EditorFileDialog.IsShowingHiddenFiles"]

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.EditorFileDialog.IsShowingHiddenFiles"]

See Also