EditorFileDialogAccessEnum Enumeration |
[Missing <summary> documentation for "T:Godot.EditorFileDialog.AccessEnum"]
Namespace: Godot
public enum AccessEnum
| Member name | Value | Description | |
|---|---|---|---|
| Resources | 0 | The EditorFileDialog can only view res:// directory contents. | |
| Userdata | 1 | The EditorFileDialog can only view user:// directory contents. | |
| Filesystem | 2 | The EditorFileDialog can view the entire local file system. |