EditorUtility.DisplayDialogComplexstatic function DisplayDialogComplex (title : String, message : String, ok : String, cancel : String, alt : String) : intDescriptionDisplays a modal dialog with three buttons. Use it for displaying message boxes in the editor. Similar to DisplayDialog, only this version shows a dialog with three buttons. ok, cancel and alt are labels to be displayed on the buttons. DisplayDialogComplex returns an integer 0, 1 or 2 corresponding to ok, cancel and alt buttons. See Also: DisplayDialog function.
// Lets you save, save and quit or quit without saving |

