Click or drag to resize

FileDialogIsShowingHiddenFiles Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.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.FileDialog.IsShowingHiddenFiles"]

See Also