Hello , thanks for sharing this project ,
I want to know how how to implement additional classes like MessageBoxIcon e.g:
MessageBox.Show(
"your message",
"window title", MessageBoxButtons.OK, MessageBoxIcon.Warning // for Warning //MessageBoxIcon.Error // for Error //MessageBoxIcon.Information // for Information
//MessageBoxIcon.Question // for Question
);
-invoke these events , from unity event system
Hello , thanks for sharing this project ,
I want to know how how to implement additional classes like MessageBoxIcon e.g:
-invoke these events , from unity event system