Enum FileDialog.AccessEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum FileDialog.AccessEnum : long
Fields
Filesystem = 2
The dialog allows accessing files on the whole file system.
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://
).