Click or drag to resize

EditorAPIShowOpenFileDialog(Boolean, String, IEnumerableValueTupleString, String, IntPtr, String) Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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