Click or drag to resize

EditorUtility2ShowSaveFileDialog Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool ShowSaveFileDialog(
	string initialDirectory,
	string initialFileName,
	string filter,
	out string resultFileName
)

Parameters

initialDirectory
Type: SystemString
initialFileName
Type: SystemString
filter
Type: SystemString
resultFileName
Type: SystemString

Return Value

Type: Boolean
See Also