1. 程式人生 > >Unity彈出MessageBox

Unity彈出MessageBox

ebo 文件讀取 dllimport tle itl 彈出 hand type 文件

[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