UnityEditor.AssetServer.ShowDialogOnNextTick C# (CSharp) Method

ShowDialogOnNextTick() private method

private ShowDialogOnNextTick ( string title, string text, string button1, string button2 ) : void
title string
text string
button1 string
button2 string
return void
        internal static extern void ShowDialogOnNextTick(string title, string text, string button1, string button2);
        [MethodImpl(MethodImplOptions.InternalCall)]
AssetServer