renamableString | initial value of string that will be renamed |
onOKCallback | This function will be called back when the user clicks OK. It is the responsibility of this function to store the new string appropriately. |
cancelOnSelectionChange | When true, should the user select a different object in unity, this window will be closed, and changes canceled, automatically. |
title | Optional title for the window. If excluded will be titled "Rename" |
screenPos | Optional location to draw window. |
potentialAssetToMove | If provided, the pop up will also show options to change the location of the asset, in the computer's file-system. |