Click or drag to resize

FileDialog.Mode Property

The dialog's open or save mode, which affects the selection behavior. See enum Mode constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public FileDialog.ModeEnum Mode { get; set; }

Property Value

Type: FileDialog.ModeEnum
See Also