Skip to content

Commit 9bc2196

Browse files
committed
Updated README.txt with latest changes
1 parent e7a0a95 commit 9bc2196

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Plugins/SimpleFileBrowser/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ void HideDialog( bool invokeCancelCallback = false );
6969

7070
// Customizing the dialog
7171
bool AddQuickLink( string name, string path, Sprite icon = null );
72+
void ClearQuickLinks();
73+
7274
void SetExcludedExtensions( params string[] excludedExtensions );
7375

7476
// Filters should include the period (e.g. ".jpg" instead of "jpg")
@@ -79,6 +81,10 @@ void SetFilters( bool showAllFilesFilter, params FileBrowser.Filter[] filters );
7981

8082
bool SetDefaultFilter( string defaultFilter );
8183

84+
// Filtering displayed files/folders programmatically
85+
delegate bool FileSystemEntryFilter( FileSystemEntry entry );
86+
event FileSystemEntryFilter DisplayedEntriesFilter;
87+
8288
// Android runtime permissions
8389
FileBrowser.Permission CheckPermission();
8490
FileBrowser.Permission RequestPermission();

0 commit comments

Comments
 (0)