Table of Contents

Enum EditorFileDialog.AccessEnum

Namespace
Godot
Assembly
GodotSharpEditor.dll
public enum EditorFileDialog.AccessEnum : long

Fields

Filesystem = 2

The EditorFileDialog can view the entire local file system.

Resources = 0

The EditorFileDialog can only view res:// directory contents.

Userdata = 1

The EditorFileDialog can only view user:// directory contents.