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的主要内容,如果未能解决你的问题,请参考以下文章

messagebox.show不弹出提示信息框,是怎么回事?

您好,“messagebox.show弹出框不显示”这个问题您解决了吗?

c# 弹出式对话框 类似于c语言中的messagebox

this.$confirm 不能使用为:undefined,MessageBox 解决全局注册导致打开页面会自动弹出的情况

如何在没有事件/委托回调的情况下在 Unity 中创建 MessageBox?

.net winfrom中如何让MessageBox在弹出的时候总是在最前面,例如我打开IE时他就会在IE之前。求详细代码