EditorUtility2ShowOpenFileDialog(Boolean, String, IEnumerableValueTupleString, String, IntPtr, String) Method |
Namespace: NeoAxis.EditorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool ShowOpenFileDialog(
bool isFolderPicker,
string initialDirectory,
IEnumerable<(string rawDisplayName, string extensionList)> filters,
IntPtr ownerWindowHandle,
out string[] fileNames
)
Parameters
- isFolderPicker Boolean
-
- initialDirectory String
-
- filters IEnumerableValueTupleString, String
-
- ownerWindowHandle IntPtr
-
- fileNames String
-
Return Value
Boolean
See Also