FileDialogAccessEnum Enumeration |
[Missing <summary> documentation for "T:Godot.FileDialog.AccessEnum"]
Namespace: Godot
public enum AccessEnum
| Member name | Value | Description | |
|---|---|---|---|
| Resources | 0 | The dialog only allows accessing files under the Resource path (res://). | |
| Userdata | 1 | The dialog only allows accessing files under user data path (user://). | |
| Filesystem | 2 | The dialog allows accessing files on the whole file system. |