Delegate SceneDragAndDrop.ShowFileDialogDelegate
Namespace: UnityEditor.U2D
Syntax
public delegate string ShowFileDialogDelegate(string title, string defaultName, string extension, string message, string defaultPath);
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | defaultName | |
System.String | extension | |
System.String | message | |
System.String | defaultPath |
Returns
Type | Description |
---|---|
System.String |