FileDialogModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.FileDialog.ModeEnum"]
Namespace: Godot
public enum ModeEnum
| Member name | Value | Description | |
|---|---|---|---|
| OpenFile | 0 | The dialog allows selecting one, and only one file. | |
| OpenFiles | 1 | The dialog allows selecting multiple files. | |
| OpenDir | 2 | The dialog only allows selecting a directory, disallowing the selection of any file. | |
| OpenAny | 3 | The dialog allows selecting one file or directory. | |
| SaveFile | 4 | The dialog will warn when a file exists. |