Unity弹出MessageBox

Posted coolbear

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unity弹出MessageBox相关的知识,希望对你有一定的参考价值。

[DllImport("User32.dll", SetLastError = true, ThrowOnUnmappableChar = true, CharSet = CharSet.Auto)]
    public static extern int MessageBox(IntPtr handle, String message, String title, int type);

MessageBox(IntPtr.Zero, uri, "从配置文件读取DeepStream的IP:Port", 0);

 

以上是关于Unity弹出MessageBox的主要内容,如果未能解决你的问题,请参考以下文章