25 lines
810 B
Plaintext
25 lines
810 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/NativeFileDialog.html
|
|
Title: People Playground Modding - nfd.NativeFileDialog
|
|
==================================================
|
|
|
|
public static class NativeFileDialog
|
|
No description provided
|
|
Methods
|
|
public static NfdResult OpenDialog( string filterList, string defaultPath, out string outPath
|
|
)
|
|
No description provided
|
|
|
|
public static NfdResult OpenDialogMultiple( string filterList, string defaultPath, out string[] outPaths
|
|
)
|
|
No description provided
|
|
|
|
public static NfdResult SaveDialog( string filterList, string defaultPath, out string outPath
|
|
)
|
|
No description provided
|
|
|
|
public static NfdResult PickFolder( string defaultPath, out string outPath
|
|
)
|
|
No description provided
|
|
|
|
public static string GetError()
|
|
No description provided |