EditorFileDialog.Access/access - multiple declarations
Function EditorFileDialog.access
The location from which the user may select a file, including res://
, user://
, and the local file system.
EditorFileDialog . Access access() nothrow @property @nogc;
void access
(
long v
) nothrow @property @nogc;
Enum EditorFileDialog.Access
enum Access
: int { ... }
Enum members
Name | Description |
---|---|
accessFilesystem
|
The EditorFileDialog can view the entire local file system.
|
accessResources
|
The EditorFileDialog can only view res:// directory contents.
|
accessUserdata
|
The EditorFileDialog can only view user:// directory contents.
|