UnityEditor.PopupWindowContentForNewLibrary.PopupWindowContentForNewLibrary C# (CSharp) Method

PopupWindowContentForNewLibrary() public method

public PopupWindowContentForNewLibrary ( Func createLibraryCallback ) : System
createLibraryCallback Func
return System
        public PopupWindowContentForNewLibrary(Func<string, PresetFileLocation, string> createLibraryCallback)
        {
            this.m_CreateLibraryCallback = createLibraryCallback;
        }