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 |
---|---|---|
String | title | |
String | defaultName | |
String | extension | |
String | message | |
String | defaultPath |
Returns
Type | Description |
---|---|
String |