Click or drag to resize

FileDialogMode 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 FileDialogModeEnum Mode { get; set; }

Property Value

Type: FileDialogModeEnum
See Also