Click or drag to resize

FileDialogAccessEnum Enumeration

[Missing <summary> documentation for "T:Godot.FileDialog.AccessEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum AccessEnum
Members
  Member nameValueDescription
Resources0

The dialog only allows accessing files under the Resource path (res://).

Userdata1

The dialog only allows accessing files under user data path (user://).

Filesystem2

The dialog allows accessing files on the whole file system.

See Also