EditorFileDialogModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.EditorFileDialog.ModeEnum"]
Namespace: Godot
public enum ModeEnum
Member name | Value | Description | |
---|---|---|---|
OpenFile | 0 | The EditorFileDialog can select only one file. Accepting the window will open the file. | |
OpenFiles | 1 | The EditorFileDialog can select multiple files. Accepting the window will open all files. | |
OpenDir | 2 | The EditorFileDialog can select only one directory. Accepting the window will open the directory. | |
OpenAny | 3 | The EditorFileDialog can select a file or directory. Accepting the window will open it. | |
SaveFile | 4 | The EditorFileDialog can select only one file. Accepting the window will save the file. |