EditorUtilityShowOpenFileDialog Method (Boolean, String, IEnumerableValueTuple, Boolean)

Namespace:  NeoAxis.Editor
Assemblies:   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static bool ShowOpenFileDialog(
	bool isFolderPicker,
	string initialDirectory,
	IEnumerable<()> filters,
	bool fileNames
)

Parameters

isFolderPicker
Type: SystemBoolean
initialDirectory
Type: SystemString
filters
Type: System.Collections.GenericIEnumerableValueTupleT1, T2
fileNames
Type: SystemBoolean

Return Value

Type: Boolean
See Also

Reference

ShowOpenFileDialog(Boolean, String, IEnumerableValueTupleT1, T2, Boolean)