Enum EditorFileDialog.AccessEnum
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
public enum EditorFileDialog.AccessEnum : long
Fields
Filesystem = 2The EditorFileDialog can view the entire local file system.
Resources = 0The EditorFileDialog can only view
res://directory contents.Userdata = 1The EditorFileDialog can only view
user://directory contents.